Table Of Contents

Previous topic

MSUM python toolbox

Next topic

Processing Feder Image Files

This Page

Installation

This software

Users

Install the way you install most python software:

pip install msumastro

Developers

Install this software by downloading a copy from the github page for the code. On Mac/Linux do this by typing, in a terminal in the directory in which you want to run the code:

git clone https://github.com/mwcraig/msumastro.git

Navigate to the directory in which you downloaded it and run:

python setup.py develop

With this setup any changes you make to the source code will be immediately available to you without additional steps.

Dependencies

Python

This software has only been tested in python 2.7.x. It probably does not work in 3.x.

Note

All of the requirements below will be taken care of automatically if you install with pip or setup.py as described above.

This software requires a python distribution that includes numpy and other packages that support scientific work with python. The easiest way to get these is to download and install the Anaconda python distribution. Note that the Anaconda distribution includes astropy.

Python packages

Required

Nothing will work without these:

  • numpy (included with anaconda): If you need to install it, do so with:

    pip install numpy
  • astropy (included with anaconda): If you need to install it, do so with:

    pip install astropy
  • astropysics: Install with:

    pip install --pre astropysics

Required to build documentation

You only need to install the packages below if you want to build the documentation yourself:

(mostly) Non-python software: astrometry.net

If you want to be able to use the script Astrometry you need a local installation of astrometry.net and sextractor (the latter works better than the source detection built into astrometry.net) The easiest way to do that (on a Mac) is with homebrew. Once you have installed homebrew the rest is easy (unless it fails, of course...):

  • brew tap camphogg/science (only needs to be done once; connects the set of science brew formulae maintained by the maintainers of astrometry.net)
  • brew install sextractor (note this can take a very long time to compile the linear algebra libraries)
  • brew install astrometry.net

Note

There is one piece of python software you need for astrometry.net and for now you need to do it manually:

pip install pyfits