Closed wumpus closed 4 years ago
Hi! I left a comment in poliastro explaining why I dropped these functions. If @FedericoStra you are still maintaining this package, perhaps you want to replace M_to_nu(M, ecc)
by E_to_nu(M_to_E(M, ecc), ecc)
? TLEs only contain elliptic orbits anyway, and the eccentricities are contained.
PR out for this, @FedericoStra any chance you can take a look at it?
Sorry for the delay and thank to everybody for the interest. I'm reviewing the proposed solution and will update as soon as possible.
This issue should be resolved now. I merged #7 and added the fix also to the class TLEu
, which was missing.
Thank you!
from tletools import TLE
is currently crashing trying to findpoliastro.core.angles.M_to_nu
Staring more closely at the problem, seems that M_to_nu might have been lost in a refactor, I will ask the poliastro guy:
https://github.com/poliastro/poliastro/issues/937