poliastro2.core.actions.propagate.danby

Classes

DanbyPropagator()

Kepler solver for both elliptic and parabolic orbits based on Danby's algorithm.

class poliastro2.core.actions.propagate.danby.DanbyPropagator

Kepler solver for both elliptic and parabolic orbits based on Danby’s algorithm.

Notes

This algorithm was developed by Danby in his paper The solution of Kepler Equation with DOI: https://doi.org/10.1007/BF01686811

kind = 5
propagate(state, tof)