# establish my IDL startup file.
setenv IDL_STARTUP ~/.idlstartup

# set the IDL directories.
setenv IDL_DIR /usr/local/rsi/idl_5.5
setenv IDL_HELP_PATH $IDL_DIR/help
# These IDL directories will likely differ for you...check with your system administrator.

# clear the path.
setenv IDL_PATH
# add the base IDL library and examples to path.
setenv IDL_PATH $IDL_PATH{:}+$IDL_DIR/lib
setenv IDL_PATH $IDL_PATH{:}+$IDL_DIR/examples

# add all cvs routines to path.
# this includes both the UCB and SDSS routines, as IDL_PATH is searched recursively.
setenv IDL_PATH $IDL_PATH{:}+~/cvs

# essential directories for DEIMOS analysis
setenv IDLUTILS_DIR ~/cvs/idlutils
setenv DEEP_DIR ~/cvs
setenv DEIMOS_DATA /home/DEIMOS/rawdata
setenv CALIB_DATA ~/cvs/calib
setenv IDLSPEC2D_DIR ~/cvs/spec2d
setenv D2_RESULTS /home/DEIMOS/results

# Add any directories previously in your IDL_PATH here, so they will only be searched through after the pipeline code.