sbpy icon indicating copy to clipboard operation
sbpy copied to clipboard

A Python package for small bodies research

Results 67 sbpy issues
Sort by recently updated
recently updated
newest added

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

enhancement
photometry

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

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

feature request

This PR is WIP and for discussion related to #328

photometry
work in progress
feature request

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

data
new feature
feature request

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

feature request

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