home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- # Defines the environment variables required to run insight
- #
-
- IDL_DIR=/d2/hotmix/new_hot/i/idl_5
- if [ "$IDL_PATH" = "" ]; then
- IDL_PATH="+$IDL_DIR/lib:+$IDL_DIR/examples"
- else
- IDL_PATH="+$IDL_DIR/lib:+$IDL_DIR/examples:$IDL_PATH"
- fi
- IDL_DEVICE=X
- export IDL_DIR IDL_PATH IDL_DEVICE
- exec $IDL_DIR/bin/idl $IDL_DIR/bin/start_insight.txt
-