Package loci.formats.in
Class OperettaReader.Plane
java.lang.Object
loci.formats.in.OperettaReader.Plane
- Enclosing class:
OperettaReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionome.xml.model.primitives.Timestampintintome.units.quantity.Timedoubleome.units.quantity.TimedoubleintdoubledoubleDouble[][]ome.units.quantity.Lengthome.units.quantity.Lengthome.units.quantity.Lengthdoubledoubleintintintintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApplies the orientationMatrix to positionX, positionY, and positionZ.
-
Field Details
-
filename
-
row
public int row -
col
public int col -
field
public int field -
x
public int x -
y
public int y -
z
public int z -
t
public int t -
c
public int c -
channelName
-
resolutionX
public double resolutionX -
resolutionY
public double resolutionY -
positionX
public ome.units.quantity.Length positionX -
positionY
public ome.units.quantity.Length positionY -
positionZ
public ome.units.quantity.Length positionZ -
emWavelength
public double emWavelength -
exWavelength
public double exWavelength -
magnification
public double magnification -
lensNA
public double lensNA -
exposureTime
public ome.units.quantity.Time exposureTime -
deltaT
public ome.units.quantity.Time deltaT -
absoluteTime
public ome.xml.model.primitives.Timestamp absoluteTime -
acqType
-
channelType
-
orientationMatrix
-
-
Constructor Details
-
Plane
Plane()
-
-
Method Details
-
applyMatrix
public void applyMatrix()Applies the orientationMatrix to positionX, positionY, and positionZ.
-