Astropysics
===========

A python library for astronomy/astrophysics calculations and data analysis.

http://physics.uci.edu/~etolleru/software.html

Installation
------------

If you have numpy (http://numpy.scipy.org/) and scipy (http://www.scipy.org/) installed, just do

python setup.py install

On some linux distributions, this may need to be 

sudo python setup.py install
