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

CustomObservation customObservation)

 

 

Arguments

customObservation


Description:

The Observation which was previously processed with PerformStateUpdate.

Repeatable:

1 to 10 times

 

 

 

Syntax

mySequentialFilter1.PerformPostUpdateCalculations(myCustomObservation1);

 

 

See also

SequentialFilter Object