Click or drag to resize

IMcImageSetSpatialCalibration Property

Returns the SpatialCalibration that is in use

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property SpatialCalibration As McSpatialCalib
	Get

Property Value

Type: McSpatialCalib
Remarks
This SpatialCalibration property reports the spatial calibration that has been chosen for the coordinate system of the image set and its ScanPositions (if any). The X/Y positions and physical extents reported will be expressed in the calibration units of this calibration, and this calibration can be used to calculate positions and extents in pixels. There is no guarantee that all of the content of the set uses this calibration. Typically, all the content for a given channel will use the same calibration, but it is quite possible for the calibration to vary from channel to channel (for example, if one channel's acquisitions are binned, or if the channels are acquired from different cameras). Note that the McImageSet.SpatialCalibration property can be set via a IMcImageSet2.CommandFlags(mcmiscfSetSpatialCalib) call.
See Also