Click or drag to resize

SP3cEphemerisPositionStandardDeviations Property

Gets the standard deviations for the position data, defined on the "EP" lines of the SP3-c file.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntax
public SP3cEphemerisData<Cartesian> PositionStandardDeviations { get; }

Property Value

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