SequentialFilter.PerformPostUpdateCalculations(List<CustomObservation>) Method

Top 

Description

Perform the Post-Update calculations for the Observation with the Orbit Determination process. This includes computing the Post-Update Residuals and performing any Smoother operations. This method should only be used in combination with PerfromStateUpdate.

 

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.PerformPostUpdateCalculations(

List<CustomObservation> listOfObservations)

 

 

Arguments

listOfObservations


Description:

List of Observations to process.

 

 

 

Syntax

mySequentialFilter1.PerformPostUpdateCalculations(myListOfCustomObservation1);

 

 

See also

SequentialFilter Object

SequentialFilter.PerformPostUpdateCalculations