SP3cEphemerisClockCorrectionStandardDeviationApproximate Property |
Gets the approximate standard deviations for the clock correction data, defined on the same line as the
position data, 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> ClockCorrectionStandardDeviationApproximate { get; }
Public ReadOnly Property ClockCorrectionStandardDeviationApproximate As SP3cEphemerisData(Of Double)
Get
public:
property SP3cEphemerisData<double>^ ClockCorrectionStandardDeviationApproximate {
SP3cEphemerisData<double>^ get ();
}
member ClockCorrectionStandardDeviationApproximate : 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 approximate clock correction standard deviation is returned in picoseconds.
See Also