Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLE with zero eccentricity from propagate crashes other programs #28

Open
kerel-fs opened this issue Jan 14, 2022 · 0 comments
Open

TLE with zero eccentricity from propagate crashes other programs #28

kerel-fs opened this issue Jan 14, 2022 · 0 comments

Comments

@kerel-fs
Copy link
Contributor

🐞 Problem

TLEs produced with propagate will have the eccentricity set to zero. This will crash some tools when loading the TLE, e.g. "Orbitron".

💡 Possible solutions

  • Store the eccentricity set in the old TLE before propagation and set it again before writing the new TLE.
  • Set a very small default eccentricity. The smallest encodable positive eccentricity is 0000001 / 1e-7 °.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant