#!/bin/csh -f 
#
# HESSI Environment Variable Setup File
# 
# The complete list of HESSI environment variables necessary for 
# running the HESSI software are in this file, which is originally 
# located at $SSW/hessi/setup/setup.hessi_env.  Do NOT edit this 
# original file.
#
# Users should copy this file to their local $SSW/site/setup directory 
# (and/or $HOME directory on Unix) and edit it as described below for 
# their site.  When you run SSW IDL, the $SSW/site/setup version will 
# override the $SSW/hessi/setup version.
#
# The $SSW/site/setup files are not overwritten when you do an SSW update.
#
# Three environment variables must be defined elsewhere before this file
# is executed:
#   SSW - should point to the root of your ssw tree, e.g. c:\ssw
#   HESSI_PATH - should point to $SSW\hessi or $SSW\hessi\release
#   SSWDB  - should point to your SSWDB root directory
#   On Unix, they should be defined in your .login file prior to the
#      execution of the SSW setup file.
#   On Windows, they should be defined in your $SSW/site/setup/sswidl.bat
#
# Modifications:
#   8-Dec-2000, Kim Tolbert to show commented-out examples.
#   13-jun-2001, jmm, jimm@ssl.berkeley.edu, with final
#          versions of archive directories
#   20-Jun-2001, Kim Tolbert.  Define SSW_HESSI to HESSI_PATH, change order of
#     setenv's and add comments so user can easily edit this file for their 
#     site-specific setup.

#-------------------------------------------------------------------------------------

# EDIT the following line to point to the root of your local directory 
# containing the HESSI data files
setenv HSI_DATA_ARCHIVE /data/hessidata

# EDIT the following line to point to the directory containing the
# quicklook image FITS files.  In the archive they are under the metadata/qlook_image
# directory.  On your computer they could be anywhere you want.
setenv HSI_QLOOK_IMAGE_FILE_ARCHIVE $HSI_DATA_ARCHIVE/metadata/qlook_image


# REMOVE the following lines  (since the paths are relative,
# they will be defined correctly in the $SSW/hessi/setup version).

# UNCOMMENT the following line and EDIT to point to where the 
# synoptic data should be stored.  Or you may prefer to define
# USER_SYNOP_DATA in your personal IDL startup file.  If left
# undefined, synoptic data will be stored in your working directory.
#setenv USER_SYNOP_DATA /hessi_data/synoptic

setenv HSI_ARCHIVE_MOUNTED     true
