!-------------------------------------------------------------------------------
!
!      SS_COS 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 COS observations.
!
!
!-------------------------------------------------------------------------------
!                          REVISION HISTORY
!-------------------------------------------------------------------------------
!            PR
! yy/mm/dd NUMBER  User      Description
! -------- ------  --------- ---------------------------------------------------
! 06/10/25 56407   Sherbert  Need a resource file for COS Support Schedule proc.
! 07/26/07 55484   MSwam     Layer into 2007.1 on purpose, for COS SMGT
!
!-------------------------------------------------------------------------------

PROCESS_NAME = SS_COS		! Short name for process id
TASK = <sskey -p $PATH_FILE -r ss_cos>
CLASS = COS
DESCRIPTION = 'COS Support Schedule'
SYSTEM = OPUS
INSTRUMENT = COS
INST_CODE  = L
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 = cos	! 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        = COS_SIS_DIR	! Directory where the input files are found
OUTPATH       = COS_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
