Class ForceTimeSeriesToStack
Treats a time-series as if it was a z-stack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRGB(loci.formats.IFormatReader reader) Is it an image with three channels (red, green and blue)?intsizeT(loci.formats.IFormatReader reader) Number of time-points (frames in a time series).intsizeZ(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, sizeCMethods 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:ReadOptionsNumber of time-points (frames in a time series).- Overrides:
sizeTin classReadOptionsDelegate- Parameters:
reader- the bioformats reader- Returns:
- the number of channels
-
sizeZ
public int sizeZ(loci.formats.IFormatReader reader) Description copied from class:ReadOptionsNumber of z-slices (slices in a 3D image).- Overrides:
sizeZin classReadOptionsDelegate- Parameters:
reader- the bioformats reader- Returns:
- the number of slices
-
isRGB
public boolean isRGB(loci.formats.IFormatReader reader) Description copied from class:ReadOptionsIs it an image with three channels (red, green and blue)?- Overrides:
isRGBin classReadOptionsDelegate- Parameters:
reader- the bioformats reader- Returns:
- true iff its a RGB image
-