poliastro.twobody.propagation.danby

Module Contents

Classes

DanbyPropagator

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

Attributes

__class__

poliastro.twobody.propagation.danby.__class__
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(self, state, tof)