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

Review SGP4 extraction #195

Open
astrojuanlu opened this issue Jun 27, 2020 · 2 comments
Open

Review SGP4 extraction #195

astrojuanlu opened this issue Jun 27, 2020 · 2 comments

Comments

@astrojuanlu
Copy link
Contributor

(Comes from this conversation on Zulip)

I see that orbitdeterminator has an original SGP4 implementation (kudos!). However, the SGP4.recover_tle classmethod looks contentious to me: it's extracting the osculating orbital elements from (pos, vel) and then inserting those in the TLE, but TLE elements are Brouwer mean elements. I think there are a couple of alternative methods that could be tried instead:

Notice that there's already Python and C implementations of RV2EL by @cbassa on https://github.com/cbassa/twoline and https://github.com/cbassa/sattools respectively, but they are licensed with GPLv3 and therefore cannot be included in orbitdeterminator (also, IANAL but reading the code and using that as inspiration to write a fresh implementation can be interpreted as a derivative work, which would also need to be released under GPLv3).

@Sanchaksh
Copy link

Hello! I am new to contributing to open source projects. Can you explain what to do and what the bug is in this review?

@hornig
Copy link
Collaborator

hornig commented Oct 13, 2020

hi @astrojuanlu, as you correctly said, we should be careful with other people's code. I am no lawer and do not intend to become one :D. We should be fair.

What is is your suggestion how to do this?
And how would it improve the results?

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

3 participants