FieldCorrection Properties |
The FieldCorrection type exposes the following members.
Properties | Name | Description |
---|
 | ActiveLayer |
Gets or sets the active layer. When using commands that don't specify the layer, the active layer is used instead.
|
 | ActiveMagnification |
Gets or sets the active magnification. When using commands that don't specify the magnification, the active magnification is used instead.
|
 | Axes |
Gets the number of axes of the field correction table.
|
 | AxisAuxiliary |
Gets the index of the aux axis.
|
 | AxisMagnification |
Gets the index of the axis used by the zoom.
|
 | AxisSensor |
Gets the index of the axis used by the sensor (eg Camera).
|
 | CalFactor |
Gets or sets the calibration factor, in bits/um, of the field correction. The calibration factor
assumes a 16-bit large field.
|
 | Columns |
Gets the number of columns of the field correction table.
|
 | CorrectionType |
Gets the correction type that is associated with this field correction. This value will be used
to load or save in the appropriate format.
|
 | ExtraInfo |
Additional information stored for fc3 files.
|
 | FieldSizeX |
Gets or sets the field size in the X dimension.
|
 | FieldSizeY |
Gets or sets the field size in the Y dimension.
|
 | FieldSizeZ |
Gets or sets the field size in the Z dimension.
|
 | HasAuxiliaryAxis |
Returns true if a auxiliary table is present.
|
 | HasMagnificationAxis |
Returns true if the correction table is four dimensional.
|
 | HasSensorAxis |
Returns true if a camera table is present.
|
 | HasValidCorrections |
Returns true if the correction data is set.
|
 | ItemInt32, Int32 | |
 | ItemInt32, Int32, Int32 |
Gets or sets the correction value of the specified axis at the specified row and column.
|
 | ItemInt32, Int32, Int32, Int32 |
Gets or sets the correction value of the specified axis at the specified layer, row and column.
|
 | ItemInt32, Int32, Int32, Int32, Int32 |
Gets or sets the correction value of the specified axis at the specified magnification, layer, row and column.
|
 | Layers |
Gets the number of layers of the field correction table.
|
 | Magnifications |
Gets the number of magnifications of the field correction table.
|
 | MaxAngleX |
Gets or sets, the maximum deflection angle, in (mechanical) degrees, of the X axis.
|
 | MaxAngleY |
Gets or sets, the maximum deflection angle, in (mechanical) degrees, of the Y axis.
|
 | MaxLensTravel |
Gets or sets the maximal lens travel from OpticalParam
|
 | Metadata |
Metadata for display purposes.
|
 | OpticalParam |
The optical parameters define the structure of the correction file and the physical properties of the scan head
|
 | Rows |
Gets the number of rows of the field correction table.
|
 | UseCubicInterpolation |
If true, cubic interpolation is used calculating new correction values. Otherwise it's liniear.
|
Top
See Also