Uses of Class
org.anchoranalysis.io.bioformats.bean.options.ReadOptions
Packages that use ReadOptions
Package
Description
Non-bean classes for filesystem I/O using Bioformats.
Beans for filesystem I/O using Bioformats.
User-specified options that can modify metadata or other attributes of a loaded Bioformats image.
Converts the byte stream opened by Bioformats into channels of particular data-type.
-
Uses of ReadOptions in org.anchoranalysis.io.bioformats
Methods in org.anchoranalysis.io.bioformats with parameters of type ReadOptionsModifier and TypeMethodDescriptionDimensionsCreator.apply(loci.formats.IFormatReader reader, ReadOptions readOptions, int seriesIndex) Infers the dimensions from an image file. -
Uses of ReadOptions in org.anchoranalysis.io.bioformats.bean
Methods in org.anchoranalysis.io.bioformats.bean that return ReadOptionsModifier and TypeMethodDescriptionBioformatsReader.getOptions()Options that influence how stack is read.Methods in org.anchoranalysis.io.bioformats.bean with parameters of type ReadOptionsModifier and TypeMethodDescriptionvoidBioformatsReader.setOptions(ReadOptions options) Options that influence how stack is read.Constructors in org.anchoranalysis.io.bioformats.bean with parameters of type ReadOptionsModifierConstructorDescriptionBioformatsReader(ReadOptions options) Create with particular options. -
Uses of ReadOptions in org.anchoranalysis.io.bioformats.bean.options
Subclasses of ReadOptions in org.anchoranalysis.io.bioformats.bean.optionsModifier and TypeClassDescriptionclassA default set ofReadOptionswithout special behavior.classForces the bits per pixel to be a specific-value, irrespective of what bioformats infers.classForces the number of channels to be a specific-value, irrespective of what bioformats infers.classForces the number of frames to be a specific-value, irrespective of what bioformats infers.classTreats a time-series as if it was a z-stackclassForces a particular settings, but otherwise uses settings from a delegateclassTreats the channel index as if it's time, and vice versaMethods in org.anchoranalysis.io.bioformats.bean.options that return ReadOptionsModifier and TypeMethodDescriptionprotected ReadOptionsReadOptionsDelegate.delegate()TheReadOptionsthat is used as a delegate by sub-classes.ReadOptionsDelegate.getOptions()Options can be specified to alter how an image file is read.Methods in org.anchoranalysis.io.bioformats.bean.options with parameters of type ReadOptionsModifier and TypeMethodDescriptionvoidReadOptionsDelegate.setOptions(ReadOptions options) Options can be specified to alter how an image file is read. -
Uses of ReadOptions in org.anchoranalysis.io.bioformats.copyconvert
Methods in org.anchoranalysis.io.bioformats.copyconvert with parameters of type ReadOptionsModifier and TypeMethodDescriptionstatic voidCopyConvert.copyAllFrames(loci.formats.IFormatReader reader, List<Channel> destination, ImageFileShape targetShape, ConvertTo<?> convertTo, ReadOptions readOptions, OrientationChange orientationCorrection) Copies all frames, channels, z-slices (in a byte-array) into a destination set ofChannels converting them if necessary along the way.