Click or drag to resize

RinexObservationHeader.ReadHeader Method

Parse the header of a RINEX observation file.

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 void ReadHeader(
	TextReader reader
)

Parameters

reader
Type: System.IO.TextReader
A reader pointing to the beginning of a RINEX observation file.
Exceptions
ExceptionCondition
InvalidDataExceptionThrown when any of the required fields in the header are missing, or invalid information is defined for these fields.
See Also