boinor.twobody.propagation.markley ================================== .. py:module:: boinor.twobody.propagation.markley .. autoapi-nested-parse:: module related to propagation of an orbit using Markley's method in the twobody sub-package Classes ------- .. autoapisummary:: boinor.twobody.propagation.markley.MarkleyPropagator Module Contents --------------- .. py:class:: MarkleyPropagator Elliptical Kepler Equation solver based on a fifth-order refinement of the solution of a cubic equation. .. rubric:: Notes This method was originally presented by Markley in his paper *Kepler Equation Solver* with DOI: https://doi.org/10.1007/BF00691917 .. py:attribute:: kind .. py:method:: propagate(state, tof) actual propagation function for Markley propagator .. py:method:: propagate_many_sa(state, tofs) actual propagation function for Markley propagator with array of TOFs