Skip to content
Snippets Groups Projects
Commit 95c4e03d authored by felmer's avatar felmer
Browse files

LMS-2214 OpenBISScreeningML: Javadoc corrected and PDF created

SVN: 21180
parent cec8313e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -427,7 +427,7 @@ public class OpenBISScreeningML ...@@ -427,7 +427,7 @@ public class OpenBISScreeningML
* *
* <pre> * <pre>
* % Get properties for well A03 of plate P005 in space SPACE * % Get properties for well A03 of plate P005 in space SPACE
* properties = OpenBISScreeningML.getWellProperties('/SPACE/P005', 1, 3, properties) * properties = OpenBISScreeningML.getWellProperties('/SPACE/P005', 1, 3)
* % Get property type code of first property * % Get property type code of first property
* properties(1,1) * properties(1,1)
* % Get property value of first property * % Get property value of first property
...@@ -939,7 +939,7 @@ public class OpenBISScreeningML ...@@ -939,7 +939,7 @@ public class OpenBISScreeningML
}); });
} }
public static Object[][][] loadImages(String plate, int row, int col, String[] channels, private static Object[][][] loadImages(String plate, int row, int col, String[] channels,
ITileNumberIterable tileNumberIterable) ITileNumberIterable tileNumberIterable)
{ {
checkLoggedIn(); checkLoggedIn();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment