CLsqFit:SetRejDefault


The SetRejDefault method sets the data rejection parameters to default values. The default parameters are automatically invoked when you enable data rejection using DoRejection.

Syntax

CLsqFit:SetRejDefault()

CLsqFit:SetRejDefault( nChannel )

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

Remarks

If you do not use SetRejSigmaHigh, SetRejSigmaLow, or SetRejCycles to change the rejection parameters, then data rejection automatically uses the default parameters. The default values are sSigmaHigh = "2.8,2.8,2.8", sSigmaLow ="2.8,2.8,2.8", and nCycles = 3. For a description, see Rejecting Outliers from the Fit.

If the nChannel parameter is absent, default parameters are assigned to all channels.

Related Topics

CLsqFit class, SetRejSigmaHigh, SetRejSigmaLow, SetRejCycles, Rejecting Outliers from the Fit


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