ssapy.propagator
Classes for propagating orbits.
Functions
|
A decorator indicating abstract methods. |
|
Construct a numerical propagator with sensible default acceleration. |
|
Compute the Euclidean norm of an array over the last axis while preserving leading axes. |
|
Return the rotation matrix that converts TEME cartesian coordinates to GCRS cartesian coordinates. |
Classes
|
Helper class that provides a standard way to create an ABC using inheritance. |
A basic Keplerian propagator for finding the position and velocity of an orbiting object at some future or past time. |
|
|
Simplified Least Recently Used Cache. |
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. |
|
Represent and manipulate times and dates for astronomy. |
Class Inheritance Diagram
