Class ForceTimeSeriesToStack
Treats a time-series as if it was a z-stack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isRGB
(loci.formats.IFormatReader reader) Is it an image with three channels (red, green and blue)?int
sizeT
(loci.formats.IFormatReader reader) Number of time-points (frames in a time series).int
sizeZ
(loci.formats.IFormatReader reader) Number of z-slices (slices in a 3D image).Methods inherited from class org.anchoranalysis.io.bioformats.bean.options.ReadOptionsDelegate
channelsPerByteArray, delegate, determineChannelNames, effectiveBitsPerPixel, getOptions, setOptions, sizeC
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ForceTimeSeriesToStack
public ForceTimeSeriesToStack()
-
-
Method Details
-
sizeT
public int sizeT(loci.formats.IFormatReader reader) Description copied from class:ReadOptions
Number of time-points (frames in a time series).- Overrides:
sizeT
in classReadOptionsDelegate
- Parameters:
reader
- the bioformats reader- Returns:
- the number of channels
-
sizeZ
public int sizeZ(loci.formats.IFormatReader reader) Description copied from class:ReadOptions
Number of z-slices (slices in a 3D image).- Overrides:
sizeZ
in classReadOptionsDelegate
- Parameters:
reader
- the bioformats reader- Returns:
- the number of slices
-
isRGB
public boolean isRGB(loci.formats.IFormatReader reader) Description copied from class:ReadOptions
Is it an image with three channels (red, green and blue)?- Overrides:
isRGB
in classReadOptionsDelegate
- Parameters:
reader
- the bioformats reader- Returns:
- true iff its a RGB image
-