|
|
Downloading and Installing the IRSFRINGE Package
This software has been developed and tested under IDL
5.6. We make no guarantees for other IDL versions. We have tested
IRSFRINGE on Solaris and some Linux machines (Fedora Core Release 1
(Yarrow), kernel: 2.4.22-1.2115.nptl) but not any other platforms; we
believe it will work on all RH8+ systems. It does not work on Windows IDL.
Please let us know if you have information about its operation on other
platforms/operating systems.
- Download the gzip tar file irsfringe_v1.1.tar.gz (3.9MB)
- Unpack the package:
tar xvfz irsfringe_v1.1.tar.gz
- You will need to have IDL installed and the IDL_DIR and IDL_PATH
environment variables defined. For example, if you untarred the package
in the directory /home/joe/irsfringe_v1.1:
setenv IDL_DIR /COTS/idl/idl_5.6
setenv IDL_PATH /COTS/idl/idl_5.6/lib:+/home/joe/irsfringe_v1.1/IRSFRINGE
- Create an alias for IRSFRINGE. For example, if you untarred the
package in the directory /home/joe/irsfringe_v1.1:
alias irsfringe '/home/joe/irsfringe_v1.1/IRSFRINGE'
|