Michael Kelley

Results 41 issues of Michael Kelley
trafficstars

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...

mpc

This is a request for * [x] a new feature * [ ] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here] The requested changes will...

data
feature request

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...

tests

`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...

enhancement
data
new feature
work in progress

```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,...

bug
data

An idea from @mschwamb This is a request for * [ ] a new feature * [x] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here]...

feature request

~`pytest --run-slow`~ ~OR~ ~`python3 setup.py test --args=--run-slow`~ Update: use `pytest -m 'not slow'`

work in progress
tests

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...

enhancement

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...

documentation