boinor.twobody.propagation.gooding ================================== .. py:module:: boinor.twobody.propagation.gooding Classes ------- .. autoapisummary:: boinor.twobody.propagation.gooding.GoodingPropagator Module Contents --------------- .. py:class:: GoodingPropagator Propagate the orbit using the Gooding method. The Gooding method solves the Elliptic Kepler Equation with a cubic convergence, and accuracy better than 10e-12 rad is normally achieved. It is not valid for eccentricities equal or greater than 1.0. .. rubric:: Notes This method was developed by Gooding and Odell in their paper *The hyperbolic Kepler equation (and the elliptic equation revisited)* with DOI: https://doi.org/10.1007/BF01235540 .. py:attribute:: kind .. py:method:: propagate(state, tof)