UnscentedKalmanFilterOD.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

UnscentedKalmanFilterOD.PerformStateUpdate(

CustomObservation customObservation)

 

 

Arguments

customObservation


Description:

The Observation to process.

Repeatable:

1 to 10 times

 

 

 

Syntax

myUnscentedKalmanFilterOD1.PerformStateUpdate(myCustomObservation1);

 

 

See also

UnscentedKalmanFilterOD Object

Orbit Determination Guide