BatchLeastSquaresOD.Iterate(Variable, Variable) Method

Top 

Description

Iterate the BatchLeastSquaresOD process until the percent change in the Weighted RMS of the Observation residuals is below the given tolerance, or the maximum number of iterations has been reached.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

BatchLeastSquaresOD.Iterate(

Variable convergenceTolerance,


Variable maxIterations)

 

 

Arguments

convergenceTolerance


Description:

The convergence tolerance (in %) for the Weighted RMS of the residuals.

Valid Range:

convergenceTolerance ≥ 0

 

 

maxIterations


Description:

The maximum number of Iterations to process.

Valid Range:

maxIterations ≥ 0

 

 

 

Return Value

Type:

boolean

 

 

Returns 1 if the Iteration was performed successfully.

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.Iterate(myVariable2, myVariable3);

 

 

See also

BatchLeastSquaresOD Object

BatchLeastSquaresOD.Iterate

Orbit Determination Guide