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

SequentialFilter.PerformStateUpdate(

List<CustomObservation> listOfObservations)

 

 

Arguments

listOfObservations


Description:

List of Observations to process.

 

 

 

Syntax

mySequentialFilter1.PerformStateUpdate(myListOfCustomObservation1);

 

 

See also

SequentialFilter Object

SequentialFilter.PerformStateUpdate