SP3cEphemerisClockCorrectionRateStandardDeviation Property |
Gets the standard deviations for the clock correction rate data, defined on the "EV" lines of
the SP3c file, by Satellite Identifier.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SP3cEphemerisData<double> ClockCorrectionRateStandardDeviation { get; }
Public ReadOnly Property ClockCorrectionRateStandardDeviation As SP3cEphemerisData(Of Double)
Get
public:
property SP3cEphemerisData<double>^ ClockCorrectionRateStandardDeviation {
SP3cEphemerisData<double>^ get ();
}
member ClockCorrectionRateStandardDeviation : SP3cEphemerisData<float> with get
Property Value
Type:
SP3cEphemerisDataDoubleRemarks If the standard deviation is blank in the SP3c file, the returned value will be
NaN.
The clock correction rate standard deviation is returned in .0001 picoseconds/second.
See Also