We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module orbit_predictor.predictors.accurate replaces the function jday from sgp4, which uses an algorithm similar to this one:
orbit_predictor.predictors.accurate
jday
https://en.wikipedia.org/wiki/Julian_day#Converting_Julian_calendar_date_to_Julian_Day_Number
which in fact comes from Vallado:
https://github.com/brandon-rhodes/python-sgp4/blob/e4ede3c1dc31ba1673a2c3457c5f97dc892f28b2/sgp4/functions.py#L8-L23
And then orbit_predictor.utils contains this alternative, undocumented implementation:
orbit_predictor.utils
orbit-predictor/orbit_predictor/utils.py
Lines 366 to 374 in 2feced5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module
orbit_predictor.predictors.accurate
replaces the functionjday
from sgp4, which uses an algorithm similar to this one:https://en.wikipedia.org/wiki/Julian_day#Converting_Julian_calendar_date_to_Julian_Day_Number
which in fact comes from Vallado:
https://github.com/brandon-rhodes/python-sgp4/blob/e4ede3c1dc31ba1673a2c3457c5f97dc892f28b2/sgp4/functions.py#L8-L23
And then
orbit_predictor.utils
contains this alternative, undocumented implementation:orbit-predictor/orbit_predictor/utils.py
Lines 366 to 374 in 2feced5
The text was updated successfully, but these errors were encountered: