# # This script will set up the IUE_IDL environment variables and aliases. # It should be edited to reflect the IDL and IUE RDAF installations # at specific sites. # # jtb@gsfc - May 1990 # # Edit the next three lines to indicate the location of the IDL # directory and the idl and idltool executable shell scripts. # In standard IDL installations it is only necessary to change the # first line to point to the IDL directory. # # 15 Mar 95 PJL changed for cocoa # 25 Mar 96 jrc changed setenv for idl v4 # # setenv IDL_DIR /opt/local/rsi/idl_4 setenv IDL_DIR /usr/rsi/idl # alias idl $IDL_DIR/bin/idl # alias idltool $IDL_DIR/bin/idltool # # Edit the next line to point to the 'operations/idldef' file in the iuerdaf # directory. # # 15 Mar 95 PJL changed for cocoa # # source /opt/local/src/iue/iuerdaf/operations/idldef # # _Do_not_ edit the following lines. They will produce the standard # execution of the IUE RDAF software package. # # setenv IDL_PATH $IUER_PRO\:+$IDL_DIR/lib # setenv IDL_STARTUP $iuerdaf/operations/startup.pro setenv IDL_STARTUP /usr/local/rsi/idl_lib/iuerdaf/operations/startup.pro /usr/rsi/idl/bin/idl $*