moustakas / impro

A wide-ranging suite of IDL routines which observational extragalactic astronomers may find useful.
GNU General Public License v2.0
14 stars 11 forks source link

impro

This repository contains an assortment of routines written in IDL for reducing and analyzing multiwavelength imaging and spectroscopy of galaxies.

Some of the code highlights included with impro:

As usual, the code is provided as-is, with no guarantee of accuracy or success. However, if you are interested in contributing actively to impro send me a note!

Installation

Download the bleeding-edge version of the repository from Github using the following command:

git clone http://github.com/moustakas/impro.git

Alternatively, you can download a tarball or zip file snapshot of the code base by navigating directly to github.com:

https://github.com/moustakas/impro

Next, add an ${IMPRO_DIR} environment variable to your appropriate startup file. For example, if you use tcsh, add the following line to your .tcshrc file:

setenv IMPRO_DIR /path/to/impro

Finally, add the 'pro' subdirectory of ${IMPRO_DIR} to your IDL path. Using the example above, you would add:

setenv IDL_PATH $IDL_PATH{:}+${IMPRO_DIR}/pro

to either your .tcshrc or .idlenv startup file.