CLsqFit:SetRejCycles


The SetRejCycles method sets the number of iteration cycles to use for data rejection.

Syntax

CLsqFit:SetRejCycles( nCycles )

CLsqFit:SetRejCycles( nCycles, nChannel )

bullet.gif    nCycles is the number of rejection cycles to set.

bullet.gif    nChannel an optional parameter which specifies the channel. If omitted, values are set for all channels.

Remarks

This method sets the number of rejection cycles to use when iterative data rejection is enabled (see DoRejection). If the present method is not called, Mira defaults to nCycles = 3, which should be adequate for most cases. The currently assigned number of rejection cycles may be obtained using GetRejCycles.

If the nChannel parameter is absent, all channels are assigned the same value of sSigmaLow.

Related Topics

CLsqFit class, GetRejCycles, SetRejSigmaHigh, SetRejSigmaLow, SetRejDefault, Rejecting Outliers from the Fit


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.