Description

Get the method used to fit the calibration response LUT to the sampling points (mcitFreeForm mode only)

Set the fitting method

Property type

A mcICalFitMode enumeration.  

Syntax

object.FittingMode [= value]

The FittingMode Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McIntensityCalib.
valueA mcICalFitMode enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcfmLinear0

piecewise linear interpolation

 mcfmPolyOrder11

polynomial fit first order (regression line)

 mcfmPolyOrder22

polynomial fit second order

 mcfmPolyOrder33

polynomial fit third order

 mcfmLinOrder14

piecewise linear interpolation first order (same as 0)

 mcfmLinOrder25

polynomial fit second order

 mcfmLinOrder36

polynomial fit third order

 mcfmIOD7

fitting to an optical density function of the form y = -log10(ax + b)

 mcfmExpOrder18

fitting to a function of the form y = exp(P(x)),

 mcfmExpOrder29

where P(x) is a polynomial of degree 1, 2 or 3.

 mcfmExpOrder310

Degree 1 is the only really useful one.

 mcfmLogOrder111

fitting to a function of the form y = -log(P(x)),

 mcfmLogOrder212

where P(x) is a polynomial of degree 1, 2 or 3.

 mcfmLogOrder313

Degree 1 is the only really useful one.

Remarks

See Type for details

See get_FittingMode and Type for details