UnscentedKalmanFilterOD.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 millisecond timing precision mode.

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

 

Method Signature

UnscentedKalmanFilterOD.PerformPostUpdateCalculations(

CustomObservation customObservation)

 

 

Arguments

customObservation


Description:

The Observation which was previously processed with PerformStateUpdate.

Repeatable:

1 to 10 times

 

 

 

Syntax

myUnscentedKalmanFilterOD1.PerformPostUpdateCalculations(myCustomObservation1);

 

 

See also

UnscentedKalmanFilterOD Object

Orbit Determination Guide