Description
Add a CalibrationCommand entry with the provided settings.
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
Arguments
dataType
|
|
Description:
|
The measurement type being corrected.
|
Valid Values:
|
Value
|
Label
|
"DOPRNG"
|
Doppler and Range
|
"RANGE"
|
Range
|
"DOPPLER"
|
Doppler
|
"VLBI"
|
VLBI
|
"ALL"
|
All
|
|
medium
|
|
Description:
|
The medium for which the correction is applied.
|
Valid Values:
|
Value
|
Label
|
"CHPART"
|
Ionosphere
|
"WET NUPART"
|
Wet Troposphere
|
"DRY NUPART"
|
Dry Troposphere
|
|
from
|
|
Description:
|
The epoch at the start of the time span in which the correction calibration is evaluated,
|
to
|
|
Description:
|
The epoch at the end of the time span in which the correction calibration is evaluated,
|
stationOrComplex
|
|
Description:
|
The station or complex for which the correction is evaluated. If this property starts with a 'C' then all stations with a station ID with the same starting digit of the value of this property are matched.
|
source
|
|
Description:
|
The spacecraft or quasar ID associated with the calibrated correction.
|
computationSpecifier
|
|
Description:
|
The function type used for the calibrated correction. Note that while the prefix 'D' is allowed all evaluations will be performed in double precision.
|
Valid Values:
|
Value
|
Label
|
"NRMPOW"
|
Power series
|
"TRIG"
|
Fourier series
|
"CONST"
|
Constant
|
"DNRMPOW"
|
Power series - as double
|
"DTRIG"
|
Fourier series - as double
|
"DCONST"
|
Constant - as double
|
|
coefficients
|
|
Description:
|
The coefficients for the fit function of the calibrated correction.
|
Required Size:
|
At least 1
|
Syntax
myDSNMediaCorrections1.AddMediaCalibrationCommand(myString1, myString2, myVariable1, myVariable2, myString3, myVariable3, myString4, myArray1);
|
See also
DSNMediaCorrections Object
DSNMediaCorrections.AddMediaCalibrationCommand
|