Click or drag to resize

RinexObservationHeader.GetSatelliteRecord 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: 25.1.421.0 (25.1.421.0)
Syntax
public RinexObservationSatRecord GetSatelliteRecord(
	int prn
)

Parameters

prn
Type: System.Int32
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