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 TypeMethodDescriptionvoid
BioformatsReader.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 TypeClassDescriptionclass
A default set ofReadOptions
without special behavior.class
Forces the bits per pixel to be a specific-value, irrespective of what bioformats infers.class
Forces the number of channels to be a specific-value, irrespective of what bioformats infers.class
Forces the number of frames to be a specific-value, irrespective of what bioformats infers.class
Treats a time-series as if it was a z-stackclass
Forces a particular settings, but otherwise uses settings from a delegateclass
Treats the channel index as if it's time, and vice versaMethods in org.anchoranalysis.io.bioformats.bean.options that return ReadOptionsModifier and TypeMethodDescriptionprotected ReadOptions
ReadOptionsDelegate.delegate()
TheReadOptions
that 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 TypeMethodDescriptionvoid
ReadOptionsDelegate.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 void
CopyConvert.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 ofChannel
s converting them if necessary along the way.