Created
May 12, 2017 12:28
-
-
Save Gabriel-p/37203b3989b6fb3e0b1ee06d8d4d40b5 to your computer and use it in GitHub Desktop.
IRAF install steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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