SP3dEphemerisClockCorrectionRateStandardDeviation Property |
Gets the standard deviations for the clock correction rate data, defined on the "EV" lines of the SP3-d file.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic SP3dEphemerisData<double> ClockCorrectionRateStandardDeviation { get; }Public ReadOnly Property ClockCorrectionRateStandardDeviation As SP3dEphemerisData(Of Double)
Get
public:
property SP3dEphemerisData<double>^ ClockCorrectionRateStandardDeviation {
SP3dEphemerisData<double>^ get ();
}member ClockCorrectionRateStandardDeviation : SP3dEphemerisData<float> with get
Property Value
Type:
SP3dEphemerisDataDouble
Remarks
If the standard deviation is blank in the SP3-d file, the returned value will be NaN.
The clock correction rate standard deviation is returned in .0001 picoseconds/second.
See Also