!--------------------------------------------------------------------
!
!      SS_NICMOS 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
! 09/18/12 72255  Sherbert   get rid of DSQUERY
!
!--------------------------------------------------------------------

PROCESS_NAME = SS_NIC		! Short name for process id
TASK = <sskey -p $PATH_FILE -r ss_nic>
CLASS = NIC
DESCRIPTION = 'NIC Support Schedule'
SYSTEM = OPUS
INSTRUMENT = NIC
INST_CODE  = N
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 = nic	! 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        = NIC_SIS_DIR		! Directory where the input files are found
OUTPATH       = NIC_SIS_DIR  	! Output directory for the NICMOS
TEMP_PATH     = OPUS_TEMP_DIR   ! For the temporary .dgx file
MINBLOCKS     = 50000		! blocks required on output disk
EXTENSION     = .pkx		! the .pkx file usually exists

! 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
