TrackingDataEditor.Show(Variable, List<TDRSObservation>) Method

Top 

Description

Shows the TrackingDataEditor with sigma editing optionally turned on.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

TrackingDataEditor.Show(

Variable sigmaEditingThreshold,


List<TDRSObservation> TDRSObservation)

 

 

Arguments

sigmaEditingThreshold


Description:

The maximum sigma value allowed. All residuals with a sigma value greater than this threshold will be edited.

Valid Range:

sigmaEditingThreshold > 0

 

 

TDRSObservation


Description:

The TDRS Observation to be populated with data.

 

 

 

Syntax

myTrackingDataEditor1.Show(myVariable1, myListOfTDRSObservation1);

 

 

See also

TrackingDataEditor Object

TrackingDataEditor.Show

Orbit Determination Guide