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

KepCheck() is too strict #107

Open
bjorgan opened this issue May 29, 2022 · 0 comments
Open

KepCheck() is too strict #107

bjorgan opened this issue May 29, 2022 · 0 comments
Labels

Comments

@bjorgan
Copy link
Member

bjorgan commented May 29, 2022

(line1[0]^'1') | (line1[1]^' ') | (line1[7]^'U') |

Requires that char 7 on line 1 in the TLE is U, but also S and C are possible. Silently fails to read the TLE if it contains something else than U.

@bjorgan bjorgan added the bug label May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant