Click or drag to resize

SP3dHeaderRecordAccuracies Property

Gets the orbital accuracy exponent as listed in the header. The accuracy is interpreted as 2**exponent meters. An exponent value of 0 indicates the accuracy is unknown. The accuracies are ordered identically to the satellite identifier ordering in SatelliteIdentifiers.

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 List<int> Accuracies { get; }

Property Value

Type: ListInt32
See Also