Click or drag to resize

RinexNavigationEphemeris.ReadEphemeris 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: 25.1.421.0 (25.1.421.0)
Syntax
public static RinexNavigationEphemeris ReadEphemeris(
	string[] ephemerisBlock
)

Parameters

ephemerisBlock
Type:System.String[]
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 null.
See Also