UnscentedKalmanFilterOD.GetProcessingStatus(StringArray, Array, Array) Method

Top 

Description

Computes the total number of measurements that were Accepted, Rejected, or Not Processed for the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

 

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

StringArray measurementTypes,


Array numberAccepted,


Array numberRejected)

 

 

Arguments

measurementTypes


Description:

StringArray containing a list of all the measurement types included in the buffer.

 

 

numberAccepted


Description:

Array containing the total number of measurements Accepted for each measurement type.

Required Size:

At least 0

 

 

numberRejected


Description:

Array containing the total number of measurements Rejected for each measurement type.

Required Size:

At least 0

 

 

 

Return Value

Type:

number

 

 

This method returns the number of measurement types for which processing status was determined.

 

Syntax

myVariable1 = myUnscentedKalmanFilterOD1.GetProcessingStatus(myStringArray1, myArray1, myArray2);

 

 

See also

UnscentedKalmanFilterOD Object

UnscentedKalmanFilterOD.GetProcessingStatus

Orbit Determination Guide