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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
~/satellogic/coverage-time-report/venv/lib/python3.7/site-packages/orbit_predictor/predictors/base.py in _get_next_pass(self, location, when_utc, aos_at_dg, limit_date) 181 raise TypeError("location must be a Location instance") 182 --> 183 pass_ = PredictedPass(location=location, sate_id=self.sate_id, aos=None, los=None, 184 max_elevation_date=None, max_elevation_position=None, 185 max_elevation_deg=0, duration_s=0) AttributeError: 'J2Predictor' object has no attribute 'sate_id'
The text was updated successfully, but these errors were encountered:
It probably happens with other predictors.
Sorry, something went wrong.
(I amend myself: this doesn't have anything to do with #17)
Return fake sate_id for Keplerian-like predictors
a3afb81
Fix satellogic#33.
astrojuanlu
No branches or pull requests
The text was updated successfully, but these errors were encountered: