class OperettaReader.Channel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
acqType |
int |
channelID |
java.lang.String |
channelName |
java.lang.String |
channelType |
double |
emWavelength |
ome.units.quantity.Time |
exposureTime |
double |
exWavelength |
double |
lensNA |
double |
magnification |
java.lang.Double[][] |
orientationMatrix |
double |
resolutionX |
double |
resolutionY |
int |
x |
int |
y |
Constructor and Description |
---|
Channel() |
Modifier and Type | Method and Description |
---|---|
void |
copy(OperettaReader.Plane p)
Copy data from this Channel to the given Plane.
|
public int channelID
public java.lang.String channelName
public java.lang.String acqType
public java.lang.String channelType
public double resolutionX
public double resolutionY
public int x
public int y
public double emWavelength
public double exWavelength
public double magnification
public double lensNA
public ome.units.quantity.Time exposureTime
public java.lang.Double[][] orientationMatrix
public void copy(OperettaReader.Plane p)
Copyright © 2022 Open Microscopy Environment