Skip to content

Using OMM in place of TLE #243

Answered by brandon-rhodes
Bernmeister asked this question in Q&A
Discussion options

You must be logged in to vote

I check the length of the satellite number and if it is greater than length 5, I drop that satellite. Is this the correct path to follow?

Only if you know that you want to ignore all of the satellites with numbers of greater than length 5, I suppose? It would depend on what you're doing and whether all those satellites are irrelevant to you. If some of them would be useful to you, then probably you'll not want to throw them out but instead rewrite their numbers to lower numbers that PyEphem can accept, and have a Python dictionary or something to keep up with which satellite objects had which numbers originally before you rewrote them.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Bernmeister
Comment options

Answer selected by Bernmeister
Comment options

You must be logged in to vote
1 reply
@brandon-rhodes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants