CLsqFit:GetRejSigmaLow


The GetRejSigmaLow method returns the low sigma clipping parameters currently used for data rejection. This parameter is a list of values k used for k-sigma clipping below the fit.

Syntax

sSigmaHigh = CLsqFit:GetRejSigmaLow()

sSigmaHigh = CLsqFit:GetRejSigmaLow( nChannel )

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

where

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

    sSigmaHigh, s1, s2, s3, s4 are strings containing the low sigma clipping parameters.

  

This function returns the string that gives the list of low 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 low sigma parameter defaults to "2.8,2.8,2.8" but may be changed using the SetRejSigmaLow method.

Related Topics

SetRejSigmaLow

GetRejSigmaHigh

CLsqFit class

Rejecting Outliers from the Fit