Click or drag to resize

NumericalPropagatorReset Method (JulianDate, Double)

Resets the propagation to a new set of initial conditions at the epoch time.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Reset(
	JulianDate newEpoch,
	double[] newInitialState
)

Parameters

newEpoch
Type: AGI.Foundation.TimeJulianDate
The new epoch corresponding to the initial state.
newInitialState
Type: SystemDouble
The new initial state corresponding to the propagation epoch. Use the AdjustStateT(String, Double, MotionT) method on the Converter property to easily create a new initial state vector.
See Also