Click or drag to resize

SP3aHeaderRecordAccuracies Property

Gets the orbital accuracy exponent as listed in the header of the SP3-a file. 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 PRN ordering in PseudoRandomNumbers.

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

Property Value

Type: ListInt32
See Also