poliastro.twobody.propagation.markley

Module Contents

Classes

MarkleyPropagator

Elliptical Kepler Equation solver based on a fifth-order

Attributes

__class__

poliastro.twobody.propagation.markley.__class__
class poliastro.twobody.propagation.markley.MarkleyPropagator

Elliptical Kepler Equation solver based on a fifth-order refinement of the solution of a cubic equation.

Notes

This method was originally presented by Markley in his paper Kepler Equation Solver with DOI: https://doi.org/10.1007/BF00691917

kind
propagate(self, state, tof)