SP3dEphemerisClockCorrectionStandardDeviation Property |
Gets the standard deviations for the clock correction data, defined on the "EP" lines of the SP3d 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 SP3dEphemerisData<double> ClockCorrectionStandardDeviation { get; }
Public ReadOnly Property ClockCorrectionStandardDeviation As SP3dEphemerisData(Of Double)
Get
public:
property SP3dEphemerisData<double>^ ClockCorrectionStandardDeviation {
SP3dEphemerisData<double>^ get ();
}
member ClockCorrectionStandardDeviation : SP3dEphemerisData<float> with get
Property Value
Type:
SP3dEphemerisDataDoubleRemarks If the standard deviation is blank in the SP3d file, the returned value will be
NaN. The clock correction
standard deviation is returned in picoseconds.
See Also