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

Converting between reference frames #26

Open
hughesjs opened this issue Jan 7, 2023 · 1 comment
Open

Converting between reference frames #26

hughesjs opened this issue Jan 7, 2023 · 1 comment

Comments

@hughesjs
Copy link

hughesjs commented Jan 7, 2023

I'm writing my own library for making life easier when working with orbits.

Your readme indicates that your library can be used to convert between reference frames which is great because I need the ability to convert between J2000, SGP4 TEME, and ICRF.

However, I can't seem to work out how to do this with your library. Am I missing something here?

@parzivail
Copy link
Owner

Apologies for the delay. SGP.NET emits a TEME ECI from Sgp4::FindPosition, and, by extension, all ECI coordinates referenced within SGP.NET are TEME. It does not support J2000 or ICRF ECI coordinate systems, although Skyfield for Python does, which might be of some help if you want to implement the conversion equations.

When referring to reference frames in the README, I had things like ground station observations in mind. I'm sorry I couldn't be of more help, I just haven't had the motivation to implement it for my use cases.

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

2 participants