SP3cEphemerisPositionStandardDeviations Property |
Gets the standard deviations for the position data, defined on the "EP" 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<Cartesian> PositionStandardDeviations { get; }
Public ReadOnly Property PositionStandardDeviations As SP3cEphemerisData(Of Cartesian)
Get
public:
property SP3cEphemerisData<Cartesian>^ PositionStandardDeviations {
SP3cEphemerisData<Cartesian>^ get ();
}
member PositionStandardDeviations : SP3cEphemerisData<Cartesian> with get
Property Value
Type:
SP3cEphemerisDataCartesianRemarks If the standard deviation is blank in the SP3c file, the returned value will be
NaN.
The position standard deviations are returned in millimeters.
See Also