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)
Syntaxpublic List<int> Accuracies { get; }Public ReadOnly Property Accuracies As List(Of Integer)
Get
public:
property List<int>^ Accuracies {
List<int>^ get ();
}member Accuracies : List<int> with get
Property Value
Type:
ListInt32
See Also