Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.astro.louisville.edu/software/alsvid/alsvid-current/INSTALL
Дата изменения: Mon Dec 28 06:28:05 2015
Дата индексирования: Sun Apr 10 02:17:49 2016
Кодировка:

Поисковые слова: arp 220
Dependencies
============

python 2.7 or later (may work with 3.0 but untested)
numpy 1.6 or later
scipy
cython
pyfits
pywcs
scikit-image
f2n
pyastronomy library


Modifications for your location
===============================

The utility lst.py has site longitude in the code. Edit the source code and
change the longitude to match your site.



Linux and Mac OS X
==================

To install the Alsvid Python code for all users

As root user run install.sh from this directory, or


cd src
cp * /usr/local/bin


To install it in your own directory simply copy the files into a directory in
your execuation path, and make them executable.


Each file has a line

#!/usr/bin/python

as the first line. If Python is installed on a Linux system, this suffices to
make the code executable on the command line. For example,

fits_mean.py

will run the code.

If your python executable is not in /usr/bin, either edit the first lines or
make a link in /usr/bin to your python.


Windows
=======

If you have not already done so, install Python and the other packages
since it will not be there with the default Windows operating system. One way to
do this easily is to install an Enthought Canopy distribution of Python:

https://www.enthought.com/products/epd/

Although Enthought is commercial and bundles software that is available for
free, it offers easy installation and support. It has a free version for all
users, and a free license to use the complete version for academic users.

Once you have python and the dependencies installed, create a folder for these
programs and copy all of them into it. For more information on running Python
under Windows see

http://docs.python.org/2/faq/windows

or

http://docs.python.org/3/faq/windows