poliastro.twobody.angles
¶
Angles and anomalies.
Module Contents¶
Functions¶
|
True anomaly from parabolic eccentric anomaly. |
|
Parabolic eccentric anomaly from true anomaly. |
|
Eccentric anomaly from true anomaly. |
|
Hyperbolic eccentric anomaly from true anomaly. |
|
True anomaly from eccentric anomaly. |
|
True anomaly from hyperbolic eccentric anomaly. |
|
Eccentric anomaly from mean anomaly. |
|
Hyperbolic eccentric anomaly from mean anomaly. |
|
Parabolic eccentric anomaly from mean anomaly. |
|
Mean anomaly from eccentric anomaly. |
|
Mean anomaly from eccentric anomaly. |
|
Mean anomaly from eccentric anomaly. |
|
Flight path angle. |
- poliastro.twobody.angles.D_to_nu(D)¶
True anomaly from parabolic eccentric anomaly.
Notes
Taken from Farnocchia, Davide, Davide Bracali Cioci, and Andrea Milani. “Robust resolution of Kepler’s equation in all eccentricity regimes.” Celestial Mechanics and Dynamical Astronomy 116, no. 1 (2013): 21-34.
- poliastro.twobody.angles.nu_to_D(nu)¶
Parabolic eccentric anomaly from true anomaly.
- Parameters
nu (Quantity) – True anomaly.
- Returns
D – Hyperbolic eccentric anomaly.
- Return type
Notes
Taken from Farnocchia, Davide, Davide Bracali Cioci, and Andrea Milani. “Robust resolution of Kepler’s equation in all eccentricity regimes.” Celestial Mechanics and Dynamical Astronomy 116, no. 1 (2013): 21-34.
- poliastro.twobody.angles.nu_to_E(nu, ecc)¶
Eccentric anomaly from true anomaly.
New in version 0.4.0.
- poliastro.twobody.angles.nu_to_F(nu, ecc)¶
Hyperbolic eccentric anomaly from true anomaly.
- Parameters
- Returns
F – Hyperbolic eccentric anomaly.
- Return type
Notes
Taken from Curtis, H. (2013). Orbital mechanics for engineering students. 167
- poliastro.twobody.angles.E_to_nu(E, ecc)¶
True anomaly from eccentric anomaly.
New in version 0.4.0.
- poliastro.twobody.angles.F_to_nu(F, ecc)¶
True anomaly from hyperbolic eccentric anomaly.
- poliastro.twobody.angles.M_to_E(M, ecc)¶
Eccentric anomaly from mean anomaly.
New in version 0.4.0.
- poliastro.twobody.angles.M_to_F(M, ecc)¶
Hyperbolic eccentric anomaly from mean anomaly.
- poliastro.twobody.angles.M_to_D(M)¶
Parabolic eccentric anomaly from mean anomaly.
- poliastro.twobody.angles.E_to_M(E, ecc)¶
Mean anomaly from eccentric anomaly.
New in version 0.4.0.
- poliastro.twobody.angles.F_to_M(F, ecc)¶
Mean anomaly from eccentric anomaly.
- poliastro.twobody.angles.D_to_M(D)¶
Mean anomaly from eccentric anomaly.