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 Target #565

Open
michaelbaisch opened this issue Aug 1, 2023 · 0 comments · May be fixed by #566
Open

TLE Target #565

michaelbaisch opened this issue Aug 1, 2023 · 0 comments · May be fixed by #566

Comments

@michaelbaisch
Copy link
Contributor

Hello everyone,

I'm exploring the possibility of scheduling observations for satellites defined by their TLE. I've dug into Astroplan, but it seems there's no current functionality in that area. I did come across an older pull request that attempted an initial implementation of the "NonFixedTarget" object. It appears to be a generic approach where calculations for TLE targets could be facilitated through the coord_function argument. However, given the passage of time, I assume the integration with the rest of the code is likely outdated.

On the Astropy side, it seems that TLE coordinates aren't directly supported as a coordinate system, as outlined here. The recommendation appears to be to use another library, like Skyfield or SGP4, along with some custom code.

I'm curious to hear any thoughts on this matter. How could this be implemented? Are there more recent ideas related to the NonFixedTarget object?

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

Successfully merging a pull request may close this issue.

1 participant