Click or drag to resize

UsafGeneralPerturbationElementsReadFromCsvFile Method (String)

Reads the USAF General Perturbation elements in from a file (most likely a .csv).

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static List<UsafGeneralPerturbationElements> ReadFromCsvFile(
	string filename
)

Parameters

filename
Type: SystemString
Name of the CSV file from which to read.

Return Value

Type: ListUsafGeneralPerturbationElements
A list of UsafGeneralPerturbationElements.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when filename is .
Remarks

The USAF General Perturbation Elements CSV format does not include a header row.

See Also