Skip to content

Instantly share code, notes, and snippets.

@Gabriel-p
Created May 12, 2017 12:28
Show Gist options
  • Save Gabriel-p/37203b3989b6fb3e0b1ee06d8d4d40b5 to your computer and use it in GitHub Desktop.
Save Gabriel-p/37203b3989b6fb3e0b1ee06d8d4d40b5 to your computer and use it in GitHub Desktop.
IRAF install steps
http://www.astronomy.ohio-state.edu/~khan/iraf/iraf_step_by_step_installation_64bit
# Fix fitparams issue
cd /iraf/iraf/noao/bin.linux64/
sudo rm x_photcal.e
sudo wget ftp://iraf.noao.edu/iraf/v216/support/linux/x_photcal.e
sudo chmod +x x_photcal.e
cd /iraf/iraf/bin.linux64/
sudo rm cl.e ecl.e vocl.e
sudo wget ftp://iraf.noao.edu/iraf/v216/support/linux/cl.e
sudo wget ftp://iraf.noao.edu/iraf/v216/support/linux/ecl.e
sudo wget ftp://iraf.noao.edu/iraf/v216/support/linux/vocl.e
sudo chmod +x cl.e ecl.e vocl.e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment