Class ForceNumberFrames
Forces the number of frames to be a specific-value, irrespective of what bioformats
infers.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
The assigned number of frames.void
setNumberFrames
(int numberFrames) The assigned number of frames.int
sizeT
(loci.formats.IFormatReader reader) Number of time-points (frames in a time series).Methods inherited from class org.anchoranalysis.io.bioformats.bean.options.ReadOptionsDelegate
channelsPerByteArray, delegate, determineChannelNames, effectiveBitsPerPixel, getOptions, isRGB, setOptions, sizeC, sizeZ
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ForceNumberFrames
public ForceNumberFrames()
-
-
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
-
getNumberFrames
public int getNumberFrames()The assigned number of frames. -
setNumberFrames
public void setNumberFrames(int numberFrames) The assigned number of frames.
-