Click or drag to resize

RinexNavigationEphemerisReadEphemeris Method

Parse a block of eight lines representing a single ephemeris block formatted according to the RINEX Navigation file 2.10 standard.

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 static RinexNavigationEphemeris ReadEphemeris(
	string[] ephemerisBlock
)

Parameters

ephemerisBlock
Type: SystemString
A block of eight lines to parse.

Return Value

Type: RinexNavigationEphemeris
The instance read from the strings.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when an invalid PRN is read from the block of data
ArgumentNullException Thrown when ephemerisBlock is .
See Also