BatchLeastSquaresOD.MaxAllowableSigma Property

Top 

Description

The sigma tolerance to be applied when editing observation data.

 

FreeFlyer uses this property differently depending on the setting of the MeasurementEditingOption property. When that property is set to use the predicted RMS, this value is used in the following way.

 

 

When the MeasurementEditingOption property is set to use the statistical standard deviation per measurement type, this value is used in the following way.

 

 

If the comparison being used above is false for a given point, FreeFlyer will edit the point out.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

6

Valid Range:

BatchLeastSquaresOD.MaxAllowableSigma ≥ 0

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.MaxAllowableSigma;

 

myBatchLeastSquaresOD1.MaxAllowableSigma = myVariable1;

 

See also

BatchLeastSquaresOD Object

Orbit Determination Guide