Description
Return whether the supplied calibration is equivalent to this calibration.
-
Return Type
-
A Boolean value.
Boolean TRUE if equivalent
-
Syntax
-
object.IsEquivalent (pReference, [bIgnoreName])
The IsEquivalent Method syntax has these parts: |
| object | An expression evaluating to an object of type McIntensityCalib. | | pReference | Required. A McIntensityCalib object. [in]
| | bIgnoreName | Optional. A Boolean value. [out, retval]
| Remarks
A calibration can be considered equivalent if the following properties of the calibration are the same as this calibration:
UnitName
Type
InputMin
InputMax
UnitAbbrev
LutCount
Additionally, the following properties of mcitOD calibrations must be the same:
ODBlackLevel
ODIncidentLevel
or the following properties of mcitFreeForm calibrations:
FittingMode
LutPositive
LutMonotonic
Sample points (set by SetSamplePoints)
|