# this file contains environment variables used by RPS2, set as they would 
# normally be set, along with a description of what they do.

setenv RPS2_DIR 				#set to installation directory

setenv TCL_LIBRARY ${RPS2_DIR}initfiles/tcl	#needed to run bigwish/bigtcl
setenv TCLX_LIBRARY ${RPS2_DIR}initfiles/tclX	#needed to run bigwish/bigtcl
setenv TK_LIBRARY ${RPS2_DIR}initfiles/tk	#needed to run bigwish/bigtcl
setenv TKX_LIBRARY ${RPS2_DIR}initfiles/tk	#needed to run bigwish/bigtcl
setenv DP_LIBRARY ${RPS2_DIR}initfiles/dp	#needed to run bigwish/bigtcl

setenv RPS2_DEBUG 0				#sends the -debug to all if 1
setenv RPS2_OLD_DG_SERVER 0			#uses the old DG server if 1
setenv RPS2_WWW					#WWW browser

setenv RPS2_TRACK_EMAIL				#set to email address if you want
						#summary of current RPS2 action request
						#sent to address.  That address can
						#have a procmail handler on it.
						# N.B. See rps2sa account

## PP related
setenv RPS2_COMPILE_PP_RULES			#set to YES to compile PP rules, if
						#it is necessary.  See PP web page

## PP related, for STScI internal use
setenv PEP_RELEASE				#which release of s/w to use
setenv PLIB_NAME				#plib name and password to use
setenv PLIB_PASS
setenv PEPDB_NAME				#name/pass to access PEPDB database
setenv PEPDB_PASS

setenv CHANGE_NAME				#used when doing change-checking
setenv CHANGE_PASS				#to override defaults
setenv CHANGE_DB
setenv CHANGE_SERVER
