Click or drag to resize

RinexObservationGetRecords Method

Get all of the records for a specific satellite

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 TimeIntervalCollection<RinexObservationSatRecord> GetRecords(
	string prn
)

Parameters

prn
Type: SystemString
The PRN of the satellite, with the system specifier appended to the beginning (ex. G12 for the GPS satellite PRN 12).

Return Value

Type: TimeIntervalCollectionRinexObservationSatRecord
A TimeIntervalCollection where each interval corresponds to an observation, and the Data value of each interval is the RinexObservationSatRecord.
See Also