Click or drag to resize

IMcSpatialCalibFlags Property

Gets or sets the spatial calibration status flags.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Property Flags As mccfCalibFlags
	Get
	Set

Property Value

Type: mccfCalibFlags
Remarks
There are several types of spatial calibrations. Reference calibrations typically correspond to microscope objectives, and are persisted from one application session to the next. The system calibration is the currently selected Reference calibration. Derived calibrations are created by the calibration collection when the system calibration is applied to an image and there is some factor present that modifies the calibration by modifying the effective magnification. Two such factors are Capture Factor, where a single pixel of higher intensity is created by combining several neighboring pixels, and Magnification Modifiers (optics in the light path that change the total system magnification). The Flags property returns a combination of the mccfCalibFlags flags. It is not recommended to set the System Calibration by setting the System Calibration flag - use the SystemCalibration property of the calibrations collection instead.
See Also

Reference

IMcSpatialCalibFlags
[IMcSpatialCalibs::MagModifier]
[IMcSpatialCalibs::AddDerived]