#!/bin/csh -f 
# Set the root for the SSW smm directory, generally SSW does this under Unix.
#
# To modify this file, copy to your local $SSW/site/setup directory and edit.
#
# This ssumes that SSW and SSWDB environment variables are defined.
#
#
#


# uncomment the following line to use the SMM development directories
setenv SSW_SMM $SSW/smm

setenv SSWDB_SMM $SSW_SMM/gen/dbase 

#If you have a database of GRS data files,
#Put them here
#setenv SSW_GRS_DATA your_directory_here

#If you have a database of HXRBS fits files
#Put them here
#setenv HXRBS_FITS your_directory_here
#Also call it HXRBS_DATA
#setenv HXRBS_DATA $HXRBS_FITS
#
