Description
Set the sampling points.
-
Return Type
-
None
-
Syntax
-
object.SetSamplePoints newVal, NumPoints
The SetSamplePoints Method syntax has these parts: |
| object | An expression evaluating to an object of type McIntensityCalib. | | newVal | Required. A Variant value. An array of sampling points
| | NumPoints | Required. A Long value. The number of sampling points
| Remarks
The non-interface version of the above function
A freeform intensity calibration curve is fitted to the sampling points set by this function to a curve based on the FittingMode. A larger number of sampling points will almost always result in a better calibration curve, as long as the set of sampling points does not include outliers and anamolous points.
|