Click or drag to resize

SP3dEphemerisPositionStandardDeviations Property

Gets the standard deviations for the position 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.1.418.0 (24.1.418.0)
Syntax
public SP3dEphemerisData<Cartesian> PositionStandardDeviations { get; }

Property Value

Type: SP3dEphemerisDataCartesian
Remarks
If the standard deviation is blank in the SP3d file, the returned value will be NaN. The position standard deviations are returned in millimeters.
See Also