# shell script to set up the IDL environment variables and  aliases.
#

# If hg still not defined, bail out...
if (!($?NORH)) then
   echo Nobeyama Radio Heliograph SW path (environmental: NORH) not defined, exiting...
   exit
endif

if ($?IDL_PATH) then
  setenv IDL_PATH \
    ${IDL_PATH}:${NORH}/soft/idl/unofficial:${NORH}/soft/idl/official
else
  setenv IDL_PATH \
    ${NORH}/soft/idl/unofficial:${NORH}/soft/idl/official
endif

if (-e ${NORH}/soft/idl/setup/setup_dirs) \
   source ${NORH}/soft/idl/setup/setup_dirs

