Description
Determines how the plotted residuals will be scaled.
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.
Attributes
Type:
|
integer
|
Access:
|
read/write
|
Default Value:
|
0 ( No Scaling )
|
Valid Values:
|
Value
|
Label
|
0
|
No Scaling
|
1
|
Scale to Normalize to a -1 to 1 Range: (scaleRange * (scaledValue - valueMin)) / valueRange) + scaleMin
|
2
|
Scale by Noise: Divide Data by the 1-Sigma Noise for Each Measurement Type
|
|
Syntax
myVariable1 = myTrackingDataEditor1.ResidualScalingMode;
myTrackingDataEditor1.ResidualScalingMode = myVariable1;
|
See also
TrackingDataEditor Object
Orbit Determination Guide
|