KalmanFilterOD.ObservationEditingBehavior Property

Top 

Description

A flag indicating whether to edit tracking data at a per measurement level, or if any measurement of an observation is bad edit the whole observation. Note, this is only used when measurements are processed simultaneously, as specified by the MeasurementProcessingMethod property.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Edit measurements individually if they fall outside the MaxAllowableSigma )

Valid Values:

Value

Label

0

Edit measurements individually if they fall outside the MaxAllowableSigma

1

Edit the full observation if any measurement in the observation falls outside of the MaxAllowableSigma

 

Syntax

myVariable1 = myKalmanFilterOD1.ObservationEditingBehavior;

 

myKalmanFilterOD1.ObservationEditingBehavior = myVariable1;

 

See also

KalmanFilterOD Object

Orbit Determination Guide