Installing software dependencies for RC3 pipeline on Linux machine - ProfessorBrunner/rc3-pipeline GitHub Wiki

#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