Click or drag to resize

PropagationStateConverterGetDateMotionCollectionT Method

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DateMotionCollection<T> GetDateMotionCollection<T>(
	string elementID,
	IList<JulianDate> times,
	IList<double[]> state
)

Parameters

elementID
Type: SystemString
The string identifying which propagation state or auxiliary state element to use when converting the raw state.
times
Type: System.Collections.GenericIListJulianDate
The times at which the state was recorded.
state
Type: System.Collections.GenericIListDouble
The raw states recorded at each of the times.

Type Parameters

T
The type corresponding to the output of the requested elementID. For instance, if requesting an elementID corresponding to an instance of a PropagationVector the type should be Cartesian but if the elementID corresponds to an instance of a PropagationScalar the type should be double.

Return Value

Type: DateMotionCollectionT
A DateMotionCollectionT of the type of the requested state element output.
See Also