boinor.twobody.propagation.gooding ================================== .. py:module:: boinor.twobody.propagation.gooding .. autoapi-nested-parse:: module related to propagation of an orbit using Gooding's method in the twobody sub-package 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) actual propagation function for Gooding propagator .. py:method:: propagate_many_sa(state, tofs) actual propagation function for Gooding propagator with array of TOFs