Home
last modified time | relevance | path

Searched refs:mean_anomaly_from_eccentric_anomaly (Results 1 – 1 of 1) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dcelestial_mechanics.py221 def mean_anomaly_from_eccentric_anomaly(E, e): function
225 return mean_anomaly_from_eccentric_anomaly(eccentric_anomaly_from_true_anomaly(f, e), e)
239 deltaM = (M - mean_anomaly_from_eccentric_anomaly(E, e))
363 M2 = mean_anomaly_from_eccentric_anomaly(E, e)