Michael Kelley
Michael Kelley
Update the `MPC.get_observations` error message to direct the user to the Minor Planet Center in order to help determine if the error is due to a problem with astroquery or...
This is a request for * [x] a new feature * [ ] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here] The requested changes will...
As noted in #345 , we cannot use the NASA ADS API without publicly exposing a secret API key. These tests could be restored if the ads-based tests could be...
`Ephem` objects can be manually populated with arbitrary data. Add a method that helps users generate geometrically sound values: ```python >>> import astropy.units as u >>> from sbpy.data import Ephem...
```python from astropy.time import Time from sbpy.data import Orbit orbit = Orbit.from_mpc('2P') orbit['targetname'] = '2P' orbit['orbtype'] = 'COM' # cometary style orbit with q, Tp (otherwise use KEP with a,...
An idea from @mschwamb This is a request for * [ ] a new feature * [x] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here]...
~`pytest --run-slow`~ ~OR~ ~`python3 setup.py test --args=--run-slow`~ Update: use `pytest -m 'not slow'`
The LSST Solar System Science Collaboration has proposed a few enhancements for sbpy. This issue is to track the status of the proposal and the progress of the tasks, if...
Here, we have an example directory with a couple notebooks, but we also have documentation that could include examples, and a separate sbpy-tutorial repository. I didn't even remember that the...