Click or drag to resize

SP3cEphemeris.ReadFrom Method (String)

Reads the SP3 version C file from a file and returns a SP3cEphemeris record.

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

Parameters

fileName
Type: System.String
The name of the SP3c file from which to read.

Return Value

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