SpacecraftODProperties.CovariancePropagationModel Property

Top 

Description

A flag indicating the method to be used to propagate the Covariance. Specifies the model to use in propagating the spacecraft's covariance. This property is used when propagating the Spacecraft covariance outside of filtering process. When using the KalmanFilterOD object, covariance propagation is always done using the full covariance matrix. When using the SquareRootInformationFilterOD object, square root of the information matrix is used.

 

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:

integer

Access:

read/write

Default Value:

0 ( Propagate Covariance Matrix )

Valid Values:

Value

Label

0

Propagate Covariance Matrix

1

Propagate Square Root of Information Matrix

 

Syntax

myVariable1 = mySpacecraftODProperties1.CovariancePropagationModel;

 

mySpacecraftODProperties1.CovariancePropagationModel = myVariable1;

 

See also

SpacecraftODProperties Object

Orbit Determination Guide