Then acquire the source code either via anonymous FTP from
ftp://cfa-ftp.harvard.edu/pub/iraf/rvsao.tar.gz.
or via HTTP from
http://tdc-www.harvard.edu/iraf/rvsao//rvsao.tar.gz
Precompiled binaries for Solaris are available via ftp from
ftp://cfa-ftp.harvard.edu/pub/iraf/rvsao-bin.ssun.tar.gz
or via HTTP from
http://tdc-www.harvard.edu/iraf/rvsao//rvsao-bin.ssun.tar.gz
Precompiled binaries for Redhat Linux are available via ftp from
ftp://cfa-ftp.harvard.edu/pub/iraf/rvsao-bin.redhat.tar.gz
or via HTTP from
http://tdc-www.harvard.edu/iraf/rvsao//rvsao-bin.redhat.tar.gz
You could also use FTP from the command line on a UNIX/Linux/Cygwin computer:
% ftp cfa-ftp.harvard.edu login: anonymous password: [your email address (must be legitimate)] ftp> cd pub/iraf ftp> get rvsao.readme [ASCII text of this file] ftp> binary ftp> get rvsao.tar.gzIf you want to download precompiled binaries for Redhat Linux or Solaris, add
ftp> get rvsao-bin.ssun.tar.gzor
ftp> get rvsao-bin.redhat.tar.gz
% cd /data/IRAF/iraf.pkg % cd .. % zcat /data/IRAF/Tar/rvsao.tar.gz | tar xvf -The archive file can be deleted once the package has been successfully installed. Note that the directory name will include the version, so that any previously installed versions of RVSAO will not be overwritten. We symbolically link the version directory to a generic directory:
% ln -s rvsao-2.x.x rvsao
% cd rvsao % gzcat /data/IRAF/Tar/rvsao-bin.xxxx.tar.gz | tar xvf -
% cd $hlibDefine the IRAF environment variable rvsao to be the pathname to the rvsao root directory. The '$' character must be escaped in the VMS pathname; UNIX pathnames must be terminated with a '/'. Edit extern.pkg to include:
reset rvsao = /data/IRAF/iraf.pkg/rvsao/ task rvsao.pkg = rvsao$rvsao.clNear the end of extern.pkg, update the definition of helpdb so that it includes the rvsao help database. Copying the syntax already used in the string, add this line before the line containing a closing quote:
,rvsao$lib/helpdb.mip\
rvsao - Radial velocity package from SAO
cl> cd rvsao
On a SPARCstation running Solaris,
cl> mkpkg ssun
On a DEC Alpha running Digital Unix,
cl> mkpkg alpha
On a PC running Redhat Linux,
cl> mkpkg redhat
On a PC running Cygwin,
cl> mkpkg cygwin
On an Intel Macintosh running OS X,
cl> mkpkg macintel
On a Power PC Macintosh running OS X,
cl> mkpkg macosx
cl> mkpkg update >& rvsao.spool
The spool file should be reviewed upon completion to make sure
there were no errors.
relearn xcsao
and/or
relearn emsao
and/or
relearn sumspec
Any new parameters will be installed while keeping your old values for the remaining ones. Repeat this procedure by running IRAF in each IRAF home directory you may have. This RVSAO task is useful for updating other tasks which have added parameters in new releases.