SP3cEphemerisPositionStandardDeviationsApproximate Property |
Gets the approximate standard deviations for the position data, defined on the same line as the position data.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic SP3cEphemerisData<Cartesian> PositionStandardDeviationsApproximate { get; }Public ReadOnly Property PositionStandardDeviationsApproximate As SP3cEphemerisData(Of Cartesian)
Get
public:
property SP3cEphemerisData<Cartesian>^ PositionStandardDeviationsApproximate {
SP3cEphemerisData<Cartesian>^ get ();
}member PositionStandardDeviationsApproximate : SP3cEphemerisData<Cartesian> with get
Property Value
Type:
SP3cEphemerisDataCartesian
Remarks
If the standard deviation is blank in the SP3-c file, the returned value will be NaN.
The approximate position standard deviations are returned in millimeters and left unscaled by the multipliers in the header.
See Also