Package | Description |
---|---|
loci.common | |
loci.formats.gui |
Package containing Bio-Formats graphical user interface code.
|
loci.ome.io |
OME I/O:
a library for OME database import, upload and download.
|
Modifier and Type | Method and Description |
---|---|
Object |
ReflectedUniverse.exec(String command)
Executes a command in the universe.
|
Object |
ReflectedUniverse.getVar(String varName)
Returns the value of a variable or field in the universe.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
LegacyQTTools.getPictDimensions(byte[] bytes)
Gets width and height for the given PICT bytes.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMEUtils.filterPixels(String firstName,
String lastName,
String imageName,
String created,
String id,
boolean isOMERO)
Filter available pixels to match given criteria.
|
static int[] |
OMEUtils.getAllChannels(boolean isOMERO)
Get the channel count of every accessible image on the server.
|
static String[] |
OMEUtils.getAllDates(boolean isOMERO)
Get the creation date of each accessible image on the server.
|
static String[] |
OMEUtils.getAllDescriptions(boolean isOMERO)
Get the description of each accessible image on the server.
|
static String[] |
OMEUtils.getAllExperimenters(boolean isOMERO)
Get the names of every experimenter in the database.
|
static int[] |
OMEUtils.getAllHeights(boolean isOMERO)
Get the height of every accessible image on the server.
|
static long[] |
OMEUtils.getAllIDs(boolean isOMERO)
Get all of the image IDs.
|
static String[] |
OMEUtils.getAllNames(boolean isOMERO)
Get the name of each accessible image on the server.
|
static BufferedImage[] |
OMEUtils.getAllThumbnails(boolean isOMERO)
Get the thumbnail for each accessible image on the server.
|
static int[] |
OMEUtils.getAllTs(boolean isOMERO)
Get the number of timepoints in each accessible image on the server.
|
static String[] |
OMEUtils.getAllTypes(boolean isOMERO)
Get the pixel type of each accessible image on the server.
|
static int[] |
OMEUtils.getAllWidths(boolean isOMERO)
Get the width of every accessible image on the server.
|
static int[] |
OMEUtils.getAllZs(boolean isOMERO)
Get the number of Z slices in each accessible image on the server.
|
static void |
OMEUtils.login(OMECredentials credentials)
Login to an OME/OMERO server.
|
Copyright © 2014 Open Microscopy Environment