Description
Return the derivation values of a derived calibration.
-
Return Type
-
None
-
Syntax
-
object.GetDerivationInfo pParentName, pXFactor, pYFactor, pMagModifier
The GetDerivationInfo Method syntax has these parts: |
| object | An expression evaluating to an object of type McSpatialCalib. | | pParentName | Required. A String value. | | pXFactor | Required. A Double value. | | pYFactor | Required. A Double value. | | pMagModifier | Required. A Double value. | Remarks
A calibration can be derived from another calibration (typically the system calibration or a reference calibration) to account for changes in effective magnification due to camera Factor (where a block of pixels are combined to create one higher intensity pixel) and magnification modifiers (such as switchable magnifiers in the optical path).
This function returns the information about this calibration's derivation from the original calibration.
|