boinor.twobody.propagation.mikkola ================================== .. py:module:: boinor.twobody.propagation.mikkola .. autoapi-nested-parse:: module related to propagation of an orbit using Seppo Mikkola's method in the twobody sub-package Classes ------- .. autoapisummary:: boinor.twobody.propagation.mikkola.MikkolaPropagator Module Contents --------------- .. py:class:: MikkolaPropagator Solves Kepler Equation by a cubic approximation. .. rubric:: Notes This method was derived by Seppo Mikola in his paper *A Cubic Approximation For Kepler's Equation* with DOI: https://doi.org/10.1007/BF01235850 .. py:attribute:: kind .. py:method:: propagate(state, tof) actual propagation function for Mikkola propagator