#!/bin/csh -f 
#
#   SPEX environmental setup script
#   richard.schwartz@gsfc.nasa.gov, 28-oct-1998
#   
#
# revised SSWDB_SPEX  on 3-mar-2001
# added directions to pre2002, ras, 13-mar-2002

setenv SPEX_DOC $SSW_SPEX/doc
#If you want to use SPEX without object references, and without
#any maintenance after 13-mar-2002 then uncomment the next line:

#setenv SSW_SPEX $SSW_SPEX/pre2002

setenv SSWDB_SPEX $SSW_SPEX/idl

#Initialize SPEX with all parameters through SUMFILE
#SUMFILE is created in SPEX using the SAVE_EVENT command.

#setenv SPEX_EVENT SUMFILE

#You may also initialize SPEX parameters without a data file
#using the DFLTS_FILE - use the SAVE_DFLTS command.

#setenv SPEX_DEFAULT DFLTS_FILE

#Here are some other useful environment variables you may want to define

#setenv SPEX_USER_DIR
#setenv SPEX_DATA_DIR
