Click or drag to resize

SP3aEphemerisReadFrom Method (String)

Reads the SP3 version A file from a file and returns a SP3aEphemeris Record.

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 SP3aEphemeris ReadFrom(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the SP3a file from which to read.

Return Value

Type: SP3aEphemeris
SP3aEphemeris.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when fileName is .
InvalidDataException Thrown when the file represented by the fileName is not version "A".
InvalidDataException Thrown when the Position-Velocity flag in the SP3 file is neither 'P' nor 'V'.
See Also