Click or drag to resize

RinexObservationHeaders Property

Gets the TimeIntervalCollection of RinexObservationHeaders for this RinexObservation. The times in the time interval collection represent the times the headers were relevant.

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<RinexObservationHeader> Headers { get; }

Property Value

Type: TimeIntervalCollectionRinexObservationHeader
See Also