#!/bin/csh # Name: cidl # Purpose: to load SOHO CDS software tree # Written: Jun'94, Zarro (ARC) - adjusted for RAL, CDP 20-Nov-94 # Prepended /cs/idl_bug directory to the path for IDL versions <4.0 # CDP,24/9/95 # Cut call to /disk2/script/cidl_startup.pro CDP, 22-Dec-95 # Add local site directory to IDL path CDP, 19-Jun-96 # Change to IDL v4.1 CDP, 12-Aug-96 # Change to handle IDL V5 running in // JP, 05-Nov-97 # Change to handle IDL V5 running in // JP, 20-Dec-01 # Change for LInux and version 6 JP, 22-Apr-04 #source /cs/cds.login #source /cs/cds.cshrc # *********************** # Put ALPHA commands here # *********************** source /usr/local/rsi/idl/bin/idl_setup setenv IDL_DIR /usr/local/rsi/idl setenv IDL_PATH /home/master/site:+/usr/local/rsi/idl $IDL_DIR/bin/idl exit