boinor.twobody.propagation.danby

module related to propagation of an orbit using Danby’s method in the twobody sub-package

Classes

DanbyPropagator

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

Module Contents

class boinor.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)

actual propagation function for Danby propagator

propagate_many_sa(state, tofs)

actual propagation function for Danby propagator with array of TOFs