Click or drag to resize

RinexObservationHeaderGetSatelliteRecord Method (Int32)

Get the header record for this satellite. If none exists, a default record will be returned.

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 RinexObservationSatRecord GetSatelliteRecord(
	int prn
)

Parameters

prn
Type: SystemInt32
The PRN of the satellite.

Return Value

Type: RinexObservationSatRecord
A header record for this satellite, or blank if the PRN doesn't exist.
See Also