gncpy.orbital_mechanics.true_anom_from_ecc

true_anom_from_ecc(ecc_anom, ecc)[source]

Calculate the true anomaly from the eccentric anomaly.

Parameters:
  • ecc_anom (float) – eccentric anomaly in radians

  • ecc (float) – eccentricity

Returns:

true anomaly in radians

Return type:

float