CLsqFit:GetRejSigmaHigh


The GetRejSigmaHigh method returns the high sigma clipping parameters currently used for data rejection. This parameter is a list of values k used for k-sigma clipping above the fit.

Syntax

sSigmaHigh = CLsqFit:GetRejSigmaHigh()

sSigmaHigh = CLsqFit:GetRejSigmaHigh( nChannel )

s1, s2, s3, s4 = CLsqFit:GetRejSigmaHigh()

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

bullet.gif    sSigmaHigh, s1, s2, s3, and s4 are strings containing the high sigma clipping parameters.

Remarks

This function returns the string that gives the list of high sigma clipping parameter used for Rejecting Outliers from the fit. In the second form, with no channel specified, the number of return values equals the number of channels currently configured. The high sigma parameter defaults to "2.8,2.8,2.8" but may be changed using the SetRejSigmaHigh method.

Related Topics

CLsqFit class, SetRejSigmaHigh, GetRejSigmaLow, GetRejCycles, Data Rejection


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