UnscentedKalmanFilterOD.PerformStateUpdate(List<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 nanosecond timing precision mode.

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

 

Method Signature

UnscentedKalmanFilterOD.PerformStateUpdate(

List<CustomObservation> listOfObservations)

 

 

Arguments

listOfObservations


Description:

List of Observations to process.

 

 

 

Syntax

myUnscentedKalmanFilterOD1.PerformStateUpdate(myListOfCustomObservation1);

 

 

See also

UnscentedKalmanFilterOD Object

UnscentedKalmanFilterOD.PerformStateUpdate

Orbit Determination Guide