sbpy
sbpy copied to clipboard
A Python package for small bodies research
For some data sets, apparently particular sparse data sets sampling objects with significant lightcurve variations, fitting to a HG12 model can produce a non-monotonic phase function fit (e.g., where the...
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...
This is a request for * [ ] a new feature * [x] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here] The requested changes will...
This PR is WIP and for discussion related to #328
This is a request for * [X] a new feature * [ ] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here] The requested changes will...
This is a request for * [ ] a new feature * [x] an enhancement to existing sbpy functionality * [ ] somethings else: [explain here] The requested changes will...
```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,...