poliastro.core.propagation
¶
Low level propagation algorithms.
Submodules¶
poliastro.core.propagation.base
poliastro.core.propagation.cowell
poliastro.core.propagation.danby
poliastro.core.propagation.farnocchia
poliastro.core.propagation.gooding
poliastro.core.propagation.markley
poliastro.core.propagation.mikkola
poliastro.core.propagation.pimienta
poliastro.core.propagation.recseries
poliastro.core.propagation.vallado
Package Contents¶
Functions¶
|
Differential equation for the initial value two body problem. |
|
|
|
Kepler solver for both elliptic and parabolic orbits based on Danby's |
|
|
|
|
|
Solves the Elliptic Kepler Equation with a cubic convergence and |
|
|
|
Solves the kepler problem by a non-iterative method. Relative error is |
|
|
|
Raw algorithm for Mikkola's Kepler solver. |
|
|
|
|
|
|
|
Solves Kepler's Equation by applying a Newton-Raphson method. |