ssapy.propagator
Classes for propagating orbits.
Functions
|
Construct a numerical propagator with sensible default acceleration. |
|
|
|
Classes
A basic Keplerian propagator for finding the position and velocity of an orbiting object at some future or past time. |
|
|
Fourth-order symplectic leapfrog propagator. |
|
Second-order symplectic leapfrog propagator. |
Abstract base class for orbit propagators. |
|
|
Runge-Kutta 4th order numerical integrator. |
|
Runge-Kutta 8th order numerical integrator with adaptive step size computed from embedded 7th order integrator error estimate. |
|
Runge-Kutta 8th order numerical integrator. |
Abstract base class for Runge-Kutta-based orbit propagators. |
|
|
Propagate using simplified perturbation model SGP4. |
|
Propagate using the scipy.integrate.solve_ivp ODE solver. |
|
Propagate using Taylor series expansion of Keplerian motion. |
Class Inheritance Diagram
