Skip to content

Commit

Permalink
minor fixes and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mommert committed Jun 26, 2017
1 parent da52e71 commit e64b866
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ API Outline

sbpy/activity.rst
sbpy/photometry.rst
sbpy/shape.rst
sbpy/spectroscopy.rst
sbpy/imageanalysis.rst
sbpy/obsutil.rst
Expand Down
2 changes: 1 addition & 1 deletion docs/sbpy/photometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Photometry Module (`sbpy.photometry`)
Introduction
------------

`sbpy.photometry` provides routines for the modeling and analyis of small body photometry.
`sbpy.photometry` provides routines for photometric phase curve modeling of small bodies.

Reference/API
-------------
Expand Down
12 changes: 12 additions & 0 deletions docs/sbpy/shape.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Shape Module (`sbpy.shape`)
===========================

Introduction
------------

`sbpy.shape` provides routines for simulating disk-integrated and disk-resolved photometric data based on shape models, as well as a wrapper for lightcurve inversion techniques.

Reference/API
-------------
.. automodapi:: sbpy.shape
:no-heading:
2 changes: 1 addition & 1 deletion sbpy/photometry/photometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
created on June 23, 2017
"""

__all__ = ['HG', 'HG12', 'HG1G2']
__all__ = ['ModelClass', 'HG', 'HG12', 'HG1G2']

class ModelClass():

Expand Down
2 changes: 1 addition & 1 deletion sbpy/shape/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
created on June 26, 2017
"""

__all__ = ['ROLO', 'Kaasalainen']
__all__ = ['ModelClass', 'ROLO', 'Kaasalainen']

class ModelClass():

Expand Down

0 comments on commit e64b866

Please sign in to comment.