Skip to content

Commit

Permalink
Fix installation instructions for bumpy and add API for image management
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Feb 10, 2014
1 parent 084228d commit c582d66
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
25 changes: 25 additions & 0 deletions docs/image_management.rst
@@ -0,0 +1,25 @@
.. _image_management:

################
Image Management
################

**********************************
Working with a directory of images
**********************************

.. module:: msumastro.image_collection

.. autoclass:: ImageFileCollection
:members:
:undoc-members:

***************************************
Turning an image collection into a tree
***************************************

.. module:: msumastro.table_tree

.. autoclass:: TableTree
:members:
:undoc-members:
3 changes: 2 additions & 1 deletion docs/index.rst
Expand Up @@ -15,7 +15,8 @@ Contents
:maxdepth: 2

overview
Installation <installation>
installation
image_management
Header patching and other Feder-specific code <feder_processing>
A tool for managing a set of images <image_processing>
header_processing/index
Expand Down
4 changes: 1 addition & 3 deletions docs/installation.rst
Expand Up @@ -50,9 +50,7 @@ Required

Nothing will work without these:

+ `numpy`_ (*included with anaconda*): If you need to install it, do so with::

pip install numpy
+ `numpy`_ (*included with anaconda*): If you need to install it, please see the instructions at the `SciPy download site <http://www.scipy.org/scipylib/download.html>`_. Some functionality may require SciPy.

+ `astropy`_ (*included with anaconda*): If you need to install it, do so with::

Expand Down

0 comments on commit c582d66

Please sign in to comment.