# --------------------------------------------------------- # Because of program name conflicts the UCLA flatfile # IDL setup can't use the setup_themis.bourne IDL setup # Hence the setup_themis_UCLA.bourne # Location of themis data files: #THEMIS_DATA_DIR=/disks/themisdata/ ; export THEMIS_DATA_DIR THEMIS_DATA_DIR=/disks/themisdata/ ; export THEMIS_DATA_DIR # THEMIS Software Base Directory IDL_BASE_DIR=/disks/socware/thmsoc_dp_current/idl # location of other necessary IDL source code IDL_EXTERNAL_DIR=${IDL_BASE_DIR}/external ; export IDL_EXTERNAL_DIR IDL_UCLA_FF_DIRi=/disks/socware/thmsoc_dp_current/idl/thmsoc/ucla_ff ; export IDL_UCLA_FF_DIR . /disks/socware/thmsoc_dp_current/src/config/setup_idl6.3.bourne ## Currently, the above setup file (for idl6.3) sets up an unwanted IDL_PATH ## So here we are resetting the IDL_PATH to include only the basic IDL library and the repository # Set path for all IDL source code: unset IDL_PATH IDL_DIR=/disks/apollo/export/idl_${idl_level}; export IDL_DIR IDL_PATH=\+${IDL_DIR}/lib IDL_PATH=$IDL_PATH':'+$IDL_EXTERNAL_DIR ; export IDL_PATH IDL_PATH=$IDL_PATH':'+$IDL_UCLA_FF_DIR ; export IDL_PATH echo $IDL_PATH IDL_STARTUP=cdf_startup.pro ; export IDL_STARTUP IDL_DEVICE=Z ; export IDL_DEVICE