astro.EquinoctialElementsLogger#

class hohmannpy.astro.EquinoctialElementsLogger#

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

Variables:
  • e_component1_history (np.ndarray) – (1, N) array of the x-component of the projection of the eccentricity vector into the equinoctial frame.

  • e_component2_history (np.ndarray) – (1, N) array of the y-component of the projection of the eccentricity vector into the equinoctial frame.

  • n_component1_history (np.ndarray) – (1, N) array of the x-component of the projection of the nodal vector into the equinoctial frame.

  • n_component2_history (np.ndarray) – (1, N) array of the y-component of the projection of the nodal vector into the equinoctial frame.