-
Notifications
You must be signed in to change notification settings - Fork 0
Installing software dependencies for RC3 pipeline on Linux machine
Doris Lee edited this page Jun 14, 2015
·
5 revisions
#Montage
-Download the source file here
gunzip Montage_v*.tar.gz
tar xvf Montage_v*.tar
cd Montage_*
make
- Check if Montage is working correctly:
cd bin
./mAdd
You should see this:[struct stat="ERROR", msg="Usage: ./mAdd [-p imgdir] [-n(o-areas)] [-a mean|median|count] [-e(xact-size)] [-d level] [-s statusfile] images.tbl template.hdr out.fits"]
- Edit your .bashrc to add the montage file installation bin/ folder inside your $PATH variable:
For example:
PATH=$PATH:/u/dorislee/Programs/Montage_v3.3/bin
Installing pip wget https://raw.github.com/pypa/virtualenv/master/virtualenv.py