!!!How to use IRAF 2.16.1 on Data Analysis System {{category All of Data Analysis System(Servers and Terminals)}} {{category Data analysis servers(anam* and anah*)}} {{category Terminal Workstations(alws* and sbws*)}} {{category Batch processing analysis servers(bapm* and baph*)}} Update: 2014 Apr 28 IRAF version 2.16.1 is available on all hosts (servers and terminal workstations). {{word Note: IRAF 2.16.1 on anam[11-16] and anah[08-10] is available ,bold,red}} {{word after 2014 May 7,bold,red,underline}} - Available hosts: anam[01-16], anah[01-10], bapm[01-06], baph[01-02], sbws[01-12], sbwsac[01-02], alws[01-08], alwsac[01-02] However, default IRAF version is different in these hosts. A: Hosts on which the default IRAF version is 2.16: anam[01-10], anah[01-07], bapm[01-06], baph[01-02], sbws[01-12], sbwsac[01-02], alws[01-08], alwsac[01-02] B: Hosts on which the default IRAF version is 2.14.1: anam[11-16], anah[08-10] If you want to use IRAF 2.16.1, please append the following script in your configuration files (common in both hosts A and B). - tcsh or csh users Append the following script in {{word ~/.cshrc,bold}} if ( -r /usr/local/iraf2161/iraf/unix/hlib/setup.csh ) then setenv IRAFARCH linux64 setenv iraf /usr/local/iraf2161/iraf/ source $iraf/unix/hlib/setup.csh endif - bash or sh users Append the following script in {{word both,red,bold,underline}} {{word ~/.bashrc,bold}} {{word and,red,bold,underline}} {{word ~/.bash_profile,bold}}. if [ -r /usr/local/iraf2161/iraf/unix/hlib/setup.sh ]; then export IRAFARCH=linux64 export iraf=/usr/local/iraf2161/iraf/ . $iraf/unix/hlib/setup.sh fi