astro.logging#

A set of classes which can be used to store data generated during propagation. For a general overview of how this class works see Logger for the base class template.

Logger

A logger is used to store data regarding a Orbit generated on each timestep by Propagator .

StateLogger

Child of Logger that logs the time and Cartesian state (position and velocity) of an orbit at N timesteps.

ClassicalElementsLogger

Child of Logger that logs the equinoctial orbital elements of an orbit at N timesteps.

EquinoctialElementsLogger

Child of Logger that logs the equinoctial orbital elements of an orbit at N timesteps.

EccentricAnomalyLogger

Child of Logger that logs the eccentric anomaly an orbit at N timesteps.

UniversalVariableLogger

Child of Logger that logs the universal variable and Stumpff parameter of an orbit at N timesteps.