Package loci.formats
Class CoreMetadata
java.lang.Object
loci.formats.CoreMetadata
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
OMETiffReader.OMETiffCoreMetadata,SVSCoreMetadata,SwappableMetadata
Encompasses core metadata values.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of valid bits per pixel.Order in which dimensions are stored.booleanIndicates whether or not we can ignore the color map (if present).intTotal number of images.booleanIndicates whether or not the images are stored as indexed color.booleanTrue if channels are stored RGBRGBRGB...; false if channels are stored RRR...GGG...BBB...booleanIndicates whether or not each pixel's bytes are in little endian order.booleanIndicates whether or not we are confident that all of the metadata stored within the file has been parsed.booleanIndicates whether or not we are confident that the dimension order is correct.intDescribes the number of bytes per pixel.intbooleanIndicates whether or not the images are stored as RGB (multiple channels per plane).Non-core metadata associated with this series.intNumber of channels.intNumber of timepoints.intWidth (in pixels) of images in this series.intHeight (in pixels) of images in this series.intNumber of Z sections.booleanIndicates whether or not this series is a lower-resolution copy of another series.intWidth (in pixels) of thumbnail images in this series.intHeight (in pixels) of thumbnail images in this series. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sizeX
public int sizeXWidth (in pixels) of images in this series. -
sizeY
public int sizeYHeight (in pixels) of images in this series. -
sizeZ
public int sizeZNumber of Z sections. -
sizeC
public int sizeCNumber of channels. -
sizeT
public int sizeTNumber of timepoints. -
thumbSizeX
public int thumbSizeXWidth (in pixels) of thumbnail images in this series. -
thumbSizeY
public int thumbSizeYHeight (in pixels) of thumbnail images in this series. -
pixelType
public int pixelTypeDescribes the number of bytes per pixel. Must be one of the static pixel types (e.g.INT8) inFormatTools. -
bitsPerPixel
public int bitsPerPixelNumber of valid bits per pixel. -
imageCount
public int imageCountTotal number of images. -
moduloZ
-
moduloC
-
moduloT
-
dimensionOrder
Order in which dimensions are stored. Must be one of the following:- XYCZT
- XYCTZ
- XYZCT
- XYZTC
- XYTCZ
- XYTZC
-
orderCertain
public boolean orderCertainIndicates whether or not we are confident that the dimension order is correct. -
rgb
public boolean rgbIndicates whether or not the images are stored as RGB (multiple channels per plane). -
littleEndian
public boolean littleEndianIndicates whether or not each pixel's bytes are in little endian order. -
interleaved
public boolean interleavedTrue if channels are stored RGBRGBRGB...; false if channels are stored RRR...GGG...BBB... -
indexed
public boolean indexedIndicates whether or not the images are stored as indexed color. -
falseColor
public boolean falseColorIndicates whether or not we can ignore the color map (if present). -
metadataComplete
public boolean metadataCompleteIndicates whether or not we are confident that all of the metadata stored within the file has been parsed. -
seriesMetadata
Non-core metadata associated with this series. -
thumbnail
public boolean thumbnailIndicates whether or not this series is a lower-resolution copy of another series. -
resolutionCount
public int resolutionCount
-
-
Constructor Details
-
CoreMetadata
public CoreMetadata() -
CoreMetadata
-
CoreMetadata
-
-
Method Details
-
toString
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
clone
-