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.boolean
isRGB
(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, sizeZ
Methods 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:ReadOptions
A 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:
determineChannelNames
in classReadOptionsDelegate
- Parameters:
reader
- the bioformats reader- Returns:
- the channel-names, if available.
-
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
-