Package loci.formats.in
Class DeltavisionReader.DVExtHdrFields
java.lang.Object
loci.formats.in.DeltavisionReader.DVExtHdrFields
- Enclosing class:
DeltavisionReader
This private class structure holds the details for the extended header.
Instances of the class should NOT leak out of the containing
instance.
- Author:
- Brian W. Loranger
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatEmission filter wavelength.floatEnergy conversion factor.floatExposure time in seconds.floatExcitation filter wavelength.floatIntensity scaling factor.floatMaxiumum intensity.floatMinimum intensityfloatNeutral density value.floatPhotosensor reading.ome.units.quantity.LengthX stage coordinates.ome.units.quantity.LengthY stage coordinates.ome.units.quantity.LengthZ stage coordinates.floatTime stamp in seconds since the experiment began. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
photosensorReading
public float photosensorReadingPhotosensor reading. Typically in mV. -
timeStampSeconds
public float timeStampSecondsTime stamp in seconds since the experiment began. -
stageXCoord
public ome.units.quantity.Length stageXCoordX stage coordinates. -
stageYCoord
public ome.units.quantity.Length stageYCoordY stage coordinates. -
stageZCoord
public ome.units.quantity.Length stageZCoordZ stage coordinates. -
minInten
public float minIntenMinimum intensity -
maxInten
public float maxIntenMaxiumum intensity. -
expTime
public float expTimeExposure time in seconds. -
ndFilter
public float ndFilterNeutral density value. -
exWavelen
public float exWavelenExcitation filter wavelength. -
emWavelen
public float emWavelenEmission filter wavelength. -
intenScaling
public float intenScalingIntensity scaling factor. Usually 1. -
energyConvFactor
public float energyConvFactorEnergy conversion factor. Usually 1.
-
-
Constructor Details
-
DVExtHdrFields
private DVExtHdrFields(loci.common.RandomAccessInputStream in)
-
-
Method Details