Click or drag to resize

SP3dHeaderRecord.Accuracies 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: 25.1.421.0 (25.1.421.0)
Syntax
public List<int> Accuracies { get; }

Property Value

Type: List<Int32>
See Also