Instalacija nove verzije IRAF-a na 32-bit sistemu --------------------------------------------------------------------------------------- sudo apt-get install tcsh libxss1 libncurses5 libXmu6:i386 wget ftp://iraf.noao.edu/iraf/v216/PCIX/iraf.lnux.x86.tar.gz [[If the prompt does not return after 100% then hit ctrl+c and proceed]] sudo mkdir /iraf sudo mkdir /iraf/iraf sudo mv iraf.lnux.x86.tar.gz /iraf/iraf/. cd /iraf/iraf sudo tar -zxf iraf.lnux.x86.tar.gz sudo rm iraf.lnux.x86.tar.gz sudo ./install [[Keep hitting Enter for all prompts]] sudo mkdir /iraf/x11iraf cd /iraf/x11iraf sudo wget http://iraf.noao.edu/iraf/ftp/iraf/x11iraf/x11iraf-v2.0BETA-bin.linux.tar.gz sudo tar -zxf x11iraf-v2.0BETA-bin.linux.tar.gz sudo rm x11iraf-v2.0BETA-bin.linux.tar.gz sudo ./install [[Keep hitting Enter for all prompts]] sudo wget http://ds9.si.edu/archive/linux/ds9.linux.7.2.tar.gz sudo tar -zxf ds9.linux.7.2.tar.gz sudo rm ds9.linux.7.2.tar.gz sudo mv ds9 /usr/local/bin/. cd wget http://www.astronomy.ohio-state.edu/~khan/iraf/iraf sudo chmod u=rwx iraf mkdir IRAF cd IRAF mkiraf [[Select "xgterm" as your IRAF shell when prompted]] exit ---------------------------------------------------------------------------------------------- The command ./iraf from home directory will now launch a complete IRAF session containing DS9, xgterm and ecl, based in the IRAF direcory. Alternately, start "xgterm' (typing xgterm), cd into the directory where you did "mkiraf", type "ecl" for enhanced IRAF or "cl" for VO IRAF, and "ds9" for standalone DS9 launch. The following steps show how to add external packages. If you don't need extra packages, then you are done already. ---------------------------------------------------------------------------------------------- cd /iraf/iraf/extern sudo ./configure [[The next two lines will take some time to complete, even with fast internet. Be patient.]] sudo make adccdrom ctio cfh12k esowfi mscdb mscred stsdas nfextern optic sudo make deitab euv mem0 mtools rvsao song sqiid stecf ucsclris upsqiid xdimsum exit ---------------------------------------------------------------------------------------------- Next time you start IRAF, the available packages will be listed. = END =