Click or drag to resize

UsafGeneralPerturbationElementsReadFromCsvFile Method (TextReader)

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(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
TextReader for the .csv file to read.

Return Value

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

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

See Also