Click or drag to resize

Sgp4PropagatorGetEvaluator Method

Overload List
  NameDescription
Public methodGetEvaluator

Gets an evaluator that can propagate at individual dates.

This evaluator propagates the orbit state. The result of evaluating will be a MotionT corresponding to the orbital state at the given JulianDate expressed in the propagator's ReferenceFrame.

Note: when evaluating with this evaluator, it may be more efficient to specify times using an arithmetically safe TimeStandard to avoid the need to convert in order to perform the propagation. The length of a time step may be different in different TimeStandards. So be careful when specifying times.

(Inherited from CartesianOnePointPropagator.)
Public methodGetEvaluator(EvaluatorGroup)

Gets an evaluator that can propagate at individual dates.

This evaluator propagates the orbit state from InitialConditions around the Earth. The result of evaluating will be the Motion<Cartesian> corresponding to the orbital position and velocity at the given JulianDate expressed in the EarthCentralBody's TrueEquatorMeanEquinoxFrame.

*Note* When evaluating with this evaluator, it will be more efficient to specify times using the TAI time standard to avoid the need to convert in order to perform the propagation. The length of a time step may be different in different TimeStandards. So be careful when specifying times.

(Overrides CartesianOnePointPropagatorGetEvaluator(EvaluatorGroup).)
Top
See Also