Class SwitchChannelTime
Treats the channel index as if it's time, and vice versa
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetermineChannelNames(loci.formats.IFormatReader reader) A list of channel-names, if available.booleanisRGB(loci.formats.IFormatReader reader) Is it an image with three channels (red, green and blue)?Methods inherited from class org.anchoranalysis.io.bioformats.bean.options.ReadOptionsDelegate
channelsPerByteArray, delegate, effectiveBitsPerPixel, getOptions, setOptions, sizeC, sizeT, sizeZMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
SwitchChannelTime
public SwitchChannelTime()
-
-
Method Details
-
determineChannelNames
Description copied from class:ReadOptionsA list of channel-names, if available.The order matches the channel indexing e.g. the first name in the list corresponds to the channel with
index=0.- Overrides:
determineChannelNamesin classReadOptionsDelegate- Parameters:
reader- the bioformats reader- Returns:
- the channel-names, if available.
-
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
-