Skip to content

Commit

Permalink
sbpy.data structure updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed Aug 28, 2017
1 parent 473920c commit 6324f30
Show file tree
Hide file tree
Showing 11 changed files with 1,125 additions and 639 deletions.
2 changes: 1 addition & 1 deletion docs/sbpy/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provide these to functions in sbpy. Each class is based on an
`astropy.Table`, providing the same functionality and features.

`sbpy.data` also provides additional interfaces to a number of
different services. Finally, `sbpy.data.names` provides functions
different services. Finally, `sbpy.data.Names` provides functions
related to naming conventions for asteroids and comets.


Expand Down
4 changes: 3 additions & 1 deletion sbpy/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from .core import *
from .ephem import *
from .orbit import *
from .phys import *
from .names import *

#__all__ = ['DataClass', 'Ephem', 'Orbit', 'Phys', 'names', 'mpc_observations', 'sb_search', 'image_search', 'pds_ferret']

0 comments on commit 6324f30

Please sign in to comment.