Click or drag to resize

FieldCorrection Properties

The FieldCorrection type exposes the following members.

Properties
 NameDescription
Public propertyActiveLayer Gets or sets the active layer. When using commands that don't specify the layer, the active layer is used instead.
Public propertyActiveMagnification Gets or sets the active magnification. When using commands that don't specify the magnification, the active magnification is used instead.
Public propertyAxes Gets the number of axes of the field correction table.
Public propertyAxisAuxiliary Gets the index of the aux axis.
Public propertyAxisMagnification Gets the index of the axis used by the zoom.
Public propertyAxisSensor Gets the index of the axis used by the sensor (eg Camera).
Public propertyCalFactor Gets or sets the calibration factor, in bits/um, of the field correction. The calibration factor assumes a 16-bit large field.
Public propertyColumns Gets the number of columns of the field correction table.
Public propertyCorrectionType Gets the correction type that is associated with this field correction. This value will be used to load or save in the appropriate format.
Public propertyExtraInfo Additional information stored for fc3 files.
Public propertyFieldSizeX Gets or sets the field size in the X dimension.
Public propertyFieldSizeY Gets or sets the field size in the Y dimension.
Public propertyFieldSizeZ Gets or sets the field size in the Z dimension.
Public propertyHasAuxiliaryAxis Returns true if a auxiliary table is present.
Public propertyHasMagnificationAxis Returns true if the correction table is four dimensional.
Public propertyHasSensorAxis Returns true if a camera table is present.
Public propertyHasValidCorrections Returns true if the correction data is set.
Public propertyItemInt32, Int32 
Public propertyItemInt32, Int32, Int32 Gets or sets the correction value of the specified axis at the specified row and column.
Public propertyItemInt32, Int32, Int32, Int32 Gets or sets the correction value of the specified axis at the specified layer, row and column.
Public propertyItemInt32, Int32, Int32, Int32, Int32 Gets or sets the correction value of the specified axis at the specified magnification, layer, row and column.
Public propertyLayers Gets the number of layers of the field correction table.
Public propertyMagnifications Gets the number of magnifications of the field correction table.
Public propertyMaxAngleX Gets or sets, the maximum deflection angle, in (mechanical) degrees, of the X axis.
Public propertyMaxAngleY Gets or sets, the maximum deflection angle, in (mechanical) degrees, of the Y axis.
Public propertyMaxLensTravel Gets or sets the maximal lens travel from OpticalParam
Public propertyMetadata Metadata for display purposes.
Public propertyOpticalParam The optical parameters define the structure of the correction file and the physical properties of the scan head
Public propertyRows Gets the number of rows of the field correction table.
Public propertyUseCubicInterpolation If true, cubic interpolation is used calculating new correction values. Otherwise it's liniear.
Top
See Also