KalmanFilterOD.PerformStateUpdate(CustomObservation) Method

Top 

Description

Process the Observation with the Orbit Determination process. The Pre-Update Residuals are computed and the state update is computed and applied. This method should only be used in combination with PerformPostUpdateCalcuations. The Measurements processed will be determined by the Usage and Validity flags.

 

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.

 

Method Signature

KalmanFilterOD.PerformStateUpdate(

CustomObservation customObservation)

 

 

Arguments

customObservation


Description:

The Observation to process.

Repeatable:

1 to 10 times

 

 

 

Syntax

myKalmanFilterOD1.PerformStateUpdate(myCustomObservation1);

 

 

See also

KalmanFilterOD Object

Orbit Determination Guide