Click or drag to resize

SP3dHeaderRecord.SatelliteIdentifiers Property

Gets the satellite identifiers as listed in the header of the SP3d file. For GPS satellites, these are the Pseudo Random Noise numbers and GPS constellation identifiers.

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<SatelliteIdentifier> SatelliteIdentifiers { get; }

Property Value

Type: List<SatelliteIdentifier>
See Also