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

Make angles computation optional for KLM #63

Open
mraspaud opened this issue May 28, 2020 · 2 comments
Open

Make angles computation optional for KLM #63

mraspaud opened this issue May 28, 2020 · 2 comments

Comments

@mraspaud
Copy link
Member

The KLM data contains angular relationship that could be used instead of computing the angles with pyorbital.

@mraspaud
Copy link
Member Author

mraspaud commented Oct 25, 2022

A little more information: the angular_relationships item in each KLM scanline provides sun and sat zenith, plus an azimuth difference. POD scanlines have a solar_zenith_angles.
The missing angles could be computed from the earth_location (available for both KLM and POD) and spacecraft_altitude_above_reference_ellipsoid (available for KLM, not for POD (but doesn't change much in principle)).

My suggestion is to use the available angles and allow computation of others from the provided parameters when the TLEs are missing (either no files or gaps) and issue a warning.

@mraspaud
Copy link
Member Author

Related: #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant