-
Notifications
You must be signed in to change notification settings - Fork 10
TLE formatting issues #16
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
Comments
@cbassa I referenced https://www.celestrak.com/columns/v04n03/ when looking that the format... The following paragraph would imply that leading spaces are equally valid as leading zeros. Can you cite a differing documented standard?
|
The following TLEs are from the
Note also the U for 00426 and the T for 00447.
|
Fair enough about leading zeros on the NORAD catalogue ID. I note that the SGP4 library by Paul Crawford that I use for My personal preference would be to include the leading zeros, though I can easily add them if required, which I do for the space-track catalog: https://github.com/cbassa/sattools/blob/master/tleupdate#L34 |
Will probably do so - noting that they were inconsistently formatted in the code: Formatting for TLEs with a "U" classification code is as-received from the source. A separate bug is open for making sure that those don't end up in the exported TLEs. TruSat/trusat-backend#81 |
@cbassa I think this is fixed now - All the Trusat TLEs have been updated, and I've also added leading zeros to the external TLEs which are currently in the catalog results. Thanks for the heads up! |
The TLEs from trusat_all.txt now load and show correctly in skymap. Thanks! |
As report by @cbassa at https://discuss.trusat.org/t/trusat-org-operations-updates/44/14
Leading zeros are missing in the NORAD ID (column 2 of lines 1 and 2)
Some satellites have negative inclination (take the absolute value and increment RAAN by 180 deg)
The first derivative of mean motion (column 5 of line 1) has no leading 0. This offsets later columns by one character, leading to bad predictions
The text was updated successfully, but these errors were encountered: