boinor.twobody.propagation.pimienta =================================== .. py:module:: boinor.twobody.propagation.pimienta .. autoapi-nested-parse:: module related to propagation of an orbit using the method of Pimienta-Peñalver and John L. Crassidis in the twobody sub-package Classes ------- .. autoapisummary:: boinor.twobody.propagation.pimienta.PimientaPropagator Module Contents --------------- .. py:class:: PimientaPropagator Kepler solver for elliptic orbits based on a 15th order polynomial with accuracies around 10e-5 for elliptic case and 10e-13 in the hyperbolic regime. .. rubric:: Notes This algorithm was developed by Pimienta-Peñalver and John L. Crassidis in their paper *Accurate Kepler Equation solver without trascendental function evaluations*. Original paper is on Buffalo's UBIR repository: http://hdl.handle.net/10477/50522 .. py:attribute:: kind .. py:method:: propagate(state, tof) actual propagation function for Pimienta propagator