!-------------------------------------------------------------------------------
!
!      SS_WFC3 RESOURCE FILE
!
!
!      This file is used to construct the trigger, error, and success status
!      fields in the observation status file for the support schedule process
!      for WFC3 observations.
!
!
!-------------------------------------------------------------------------------
!                          REVISION HISTORY
!-------------------------------------------------------------------------------
!            PR
! yy/mm/dd NUMBER User       Description
! -------- ------ ---------- ---------------------------------------------------
! 06/10/25 56407  Sherbert   Need a resource file for WF3 Support Schedule proc.
! 02/08/07 56870  Sherbert   Use 3-char instrument value for sskey correctness 
! 09/18/12 72255  Sherbert   get rid of DSQUERY
!
!-------------------------------------------------------------------------------

PROCESS_NAME = SS_WFC3		! Short name for process id
TASK = <sskey -p $PATH_FILE -r ss_wf3>
CLASS = WF3
DESCRIPTION = 'WFC3 Support Schedule'
SYSTEM = OPUS
INSTRUMENT = WF3
INST_CODE  = I
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 = wf3	! 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        = WF3_SIS_DIR		! Directory where the input files are found
OUTPATH       = WF3_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 (unless overridden in opus_login?)

ENV.OPUS_SERVER = OPUS_SERVER
ENV.OPUS_DB = OPUS_DB
ENV.SPSS_SERVER = SPSS_SERVER
ENV.SPSS_DB = SPSS_DB
ENV.ASSIST_SERVER = ASSIST_SERVER
ENV.ASSIST_DB = ASSIST_DB
ENV.PROP_SERVER = PROP_SERVER
ENV.PROP_DB = PROP_DB
