!--------------------------------------------------------------------
!
!      SS_STIS RESOURCE FILE
!
!
!      This file is used to construct the trigger, error, and success status
!      fields in the observation status file.
!
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 06/04/96 28179   Rose      Created 
! 07/14/97 33572   Rose      Add INST_CODE for SSKEY!
! 11/05/98 37345   Rose      Unix port
! 10/09/99 39545   Rose	     Add path-specific database
! 05/10/00 36852   MARose    Add SPSS_DB
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME = SS_STI		! Short name for process id
TASK = <sskey -p $PATH_FILE -r ss_sti>
CLASS = STI
DESCRIPTION = 'STIS Support Schedule'
SYSTEM = OPUS
INSTRUMENT = STI
INST_CODE  = O
OK_TO_UPDATE_DATABASE = BLANK	! Determined by PATH

OSF_RANK = 1			! First Trigger
OSF_TRIGGER1.SS = w		! Need a 'Wait' flag for SS
OSF_TRIGGER1.DATA_ID = sti	! Also need the Data_id set to NICMOS

OSF_PROCESSING.SS  = p		! Set the processing flag to 'Processing'

OSF_NORMAL.SS = c		! Normal: Completed Support Schedule
OSF_NORMAL.DV = w		! Normal: Schedule for Data Validation

OSF_ERROR.SS  = e		! Error:  Set the trouble flag

POLLING_TIME  = 10		! Wait (seconds) before polling for next 
INPATH        = STI_SIS_DIR		! Directory where the input files are found
OUTPATH       = STI_SIS_DIR  	! Output directory for the NICMOS
TEMP_PATH     = OPUS_TEMP_DIR   ! For the temporary .dgx file
MINBLOCKS     = 50000		! blocks required on output disk

! forces values from path to be used

 ENV.OPUS_DB = OPUS_DB
 ENV.SPSS_DB = SPSS_DB
 ENV.ASSIST_DB = ASSIST_DB
 ENV.DSQUERY = DSQUERY
