IRAF on Debian from the ESO Scisoft DVD
June 12, 2008
Ok… here’s a short summary of what I did to get IRAF working. I’m using the SciSoft DVD tarball from ESO for IRAF. Yes, this might be a bad idea because you’ll be installing a LOT of other stuff too.
1. Extract the tarball
sudo cp scisoft-7.0.0.tar.gz /
cd /
sudo tar -xzf scisoft*
sudo rm scisoft-7.0.0.tar.gz
2. Run the SciSoft Setup.bash file
cd /scisoft/bin
chmod a+x ./Setup.bash
su -
. ./Setup.bash
exit
3. Install ds9
sudo apt-get install saods9
3. Prepare to run IRAF
I do my IRAF work in ~/IRAF and not under a new user account as some manuals specify.
mkdir ~/IRAF
cd ~/IRAF
/scisoft/bin/mkiraf
PATH=$PATH":/scisoft/bin" # Required for SGI EPS export etc
ulimit -s unlimited # Sets unlimited stack size. Required in Debian too.
4. Run IRAF 
ds9 &
iraf
This might not work for you, because I might’ve installed some library dependency, or tried some other source of IRAF and might be using that in part. If it doesn’t, please let me know of the corrections through comments.
HTH.
Entry Filed under: GNU/Linux/FOSS, astronomy. Tags: Debian, IRAF, Linux.
1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Daves | April 28, 2009 at 2:47 am
Dear Akarsh Simha,
Im an astronomy student from Copenhagen, who find your instructions very usefull, and thumbs up for that – is there a possibility you could help me install other programs from the Scisoft.tar? even tho Im stuck at the last part of your guide to IRAF. (point 4)