private static class DeltavisionReader.DVExtHdrFields extends Object
Modifier and Type | Field and Description |
---|---|
float |
emWavelen
Emission filter wavelength.
|
float |
energyConvFactor
Energy conversion factor.
|
float |
expTime
Exposure time in seconds.
|
float |
exWavelen
Excitation filter wavelength.
|
float |
intenScaling
Intensity scaling factor.
|
float |
maxInten
Maxiumum intensity.
|
float |
minInten
Minimum intensity
|
float |
ndFilter
Neutral density value.
|
float |
photosensorReading
Photosensor reading.
|
ome.units.quantity.Length |
stageXCoord
X stage coordinates.
|
ome.units.quantity.Length |
stageYCoord
Y stage coordinates.
|
ome.units.quantity.Length |
stageZCoord
Z stage coordinates.
|
float |
timeStampSeconds
Time stamp in seconds since the experiment began.
|
Modifier | Constructor and Description |
---|---|
private |
DVExtHdrFields(loci.common.RandomAccessInputStream in) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap() |
String |
toString()
Helper function which overrides toString, printing out the values in
the header section.
|
public float photosensorReading
public float timeStampSeconds
public ome.units.quantity.Length stageXCoord
public ome.units.quantity.Length stageYCoord
public ome.units.quantity.Length stageZCoord
public float minInten
public float maxInten
public float expTime
public float ndFilter
public float exWavelen
public float emWavelen
public float intenScaling
public float energyConvFactor
Copyright © 2017 Open Microscopy Environment