Click or drag to resize

RinexObservationHeaderReadHeader Method

Parse the header of a RINEX observation file.

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

Parameters

reader
Type: System.IOTextReader
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