public class PlatePlane extends Dataset
Modifier and Type | Field and Description |
---|---|
static Comparator<PlatePlane> |
SORT_CHANNEL |
static Comparator<PlatePlane> |
SORT_CZT
Sort Planes following CZT order as expected for hyperstacks in ImageJ.
|
static Comparator<PlatePlane> |
SORT_TIMEPOINT |
static Comparator<PlatePlane> |
SORT_Z |
listImages
Constructor and Description |
---|
PlatePlane(ImagePlane[] listImagePlanes) |
Modifier and Type | Method and Description |
---|---|
int |
getChannel()
Return the channel associated to this PlatePlane.
|
int |
getSubPosition()
Return the subposition associated to this PlatePlane.
|
int |
getTimepoint()
Return the timepoint associated to this PlatePlane.
|
int |
getZslice()
Return the Z-slice index associated to this PlatePlane.
|
String |
toString() |
getDirectory, getDirectoryName, getDirectoryPath, getImagePlane, getListOfImagePlanes, getListOfImagePlanes, getNumberOfChannels, getNumberOfExistingImagePlanes, getNumberOfImageSeries, getNumberOfPlanesPerSeries, getNumberOfSubpositions, getNumberOfTimepoints, getNumberOfWells, getNumberOfZslices, getSetChannels, getSetPlateColumns, getSetPlateRows, getSetSubpositions, getSetTimepoints, getSetWells, getSetZ, getSortOrder, groupByImageSeries
public static final Comparator<PlatePlane> SORT_TIMEPOINT
public static final Comparator<PlatePlane> SORT_Z
public static final Comparator<PlatePlane> SORT_CHANNEL
public static final Comparator<PlatePlane> SORT_CZT
public PlatePlane(ImagePlane[] listImagePlanes)
public int getSubPosition()
public int getChannel()
public int getZslice()
public int getTimepoint()