poliastro.twobody.propagation.danby

Module Contents

Classes

DanbyPropagator

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

class poliastro.twobody.propagation.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
propagate(state, tof)