class ZeissCZIReader.SubBlock extends ZeissCZIReader.Segment
Modifier and Type | Field and Description |
---|---|
int |
attachmentSize |
int |
col |
int |
coreIndex |
private long |
dataOffset |
long |
dataSize |
ZeissCZIReader.DirectoryEntry |
directoryEntry |
private Double |
exposureTime |
String |
metadata |
int |
metadataSize |
int |
pixelTypeIndex |
int |
planeIndex |
int |
resolutionIndex |
int |
row |
private ome.units.quantity.Length |
stageX |
private ome.units.quantity.Length |
stageY |
private ome.units.quantity.Length |
stageZ |
private Double |
timestamp |
int |
x |
int |
y |
allocatedSize, filename, id, startingPosition, stream, usedSize
Constructor and Description |
---|
SubBlock() |
SubBlock(ZeissCZIReader.SubBlock model) |
Modifier and Type | Method and Description |
---|---|
void |
fillInData() |
private void |
parseMetadata() |
byte[] |
readPixelData() |
byte[] |
readPixelData(loci.common.RandomAccessInputStream s) |
byte[] |
readPixelData(loci.common.RandomAccessInputStream s,
loci.common.Region tile,
byte[] buf) |
String |
toString() |
close, getStream
public int metadataSize
public int attachmentSize
public long dataSize
public ZeissCZIReader.DirectoryEntry directoryEntry
public String metadata
public int coreIndex
public int resolutionIndex
public int planeIndex
public int pixelTypeIndex
private long dataOffset
private ome.units.quantity.Length stageX
private ome.units.quantity.Length stageY
private ome.units.quantity.Length stageZ
private Double timestamp
private Double exposureTime
public int x
public int y
public int row
public int col
public SubBlock()
public SubBlock(ZeissCZIReader.SubBlock model)
public void fillInData() throws IOException
fillInData
in class ZeissCZIReader.Segment
IOException
public byte[] readPixelData() throws FormatException, IOException
FormatException
IOException
public byte[] readPixelData(loci.common.RandomAccessInputStream s) throws FormatException, IOException
FormatException
IOException
public byte[] readPixelData(loci.common.RandomAccessInputStream s, loci.common.Region tile, byte[] buf) throws FormatException, IOException
FormatException
IOException
private void parseMetadata() throws IOException
IOException
Copyright © 2017 Open Microscopy Environment