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
HighAccuracyTLEPredictor
As it is implemented now, HighAccuracyTLEPredictor always uses the TLE closest to now(), dispate the propagation date requested.
https://github.com/satellogic/orbit-predictor/blob/master/orbit_predictor/accuratepredictor.py#L98-L105
The text was updated successfully, but these errors were encountered:
cc @fisadev
Sorry, something went wrong.
Updated link:
orbit-predictor/orbit_predictor/predictors/accurate.py
Lines 97 to 104 in ca67e2e
No branches or pull requests
As it is implemented now,
HighAccuracyTLEPredictor
always uses the TLE closest to now(), dispate the propagation date requested.https://github.com/satellogic/orbit-predictor/blob/master/orbit_predictor/accuratepredictor.py#L98-L105
The text was updated successfully, but these errors were encountered: