BatchLeastSquaresOD.SolutionDampingRhoTolerance Property

Top 

Description

The Rho value threshold for the Solution Damping algorithm. If the computed Rho value is greater than this threshold, then the Damping Factor is decreased on the next iteration, and for the Quadratic Damping algorithm, state update is scaled based on the computed Alpha value.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.01

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.SolutionDampingRhoTolerance;

 

myBatchLeastSquaresOD1.SolutionDampingRhoTolerance = myVariable1;

 

See also

BatchLeastSquaresOD Object

Orbit Determination Guide