nsat / pypredict

Spire port of predict open-source tracking library
GNU General Public License v2.0
64 stars 17 forks source link

Unable to process TLE's with recent epochs #59

Open samgrund opened 1 year ago

samgrund commented 1 year ago

I have been unable to parse this TLE:

VIGORIDE 6
1 70335C 23054AL 23105.34038169 -.00032587 00000+0 -14314-2 0 01 2 70335 97.4114 1.1880 0010120 235.8387 209.1455 15.21961743 10

getting the PredictException: Unable to process TLE.

By changing a few things, such as setting 70335C -> 70335U and 23105.x to 15013.x it is willing to parse, but of course this does not give the desired results. What gives?