!--------------------------------------------------------------------
!
!      DV_WF2 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
! -------- ------ ---------- -------------------------------------
! 07/30/99 39511  Heller     Created for TRUE64
! 06/24/04 51412  Sherbert   For PR 50437 Remove DISPLAY_ORDER
! 10/15/08 60890  Sherbert   Add a new keyword
! 09/18/12 72255  Sherbert   get rid of DSQUERY
!
!--------------------------------------------------------------------

TASK = <dvu_wfpc2 -p $PATH_FILE -r dv_wf2>
CLASS = WF2
DESCRIPTION = 'WFPC2 Data Evaluation'
SYSTEM = OPUS
OK_TO_UPDATE_DATABASE = OK_TO_UPDATE_DATABASE ! Determined by PATH

INSTRUMENT  = WF2
INST_CODE   = U

OSF_RANK = 1			! First Trigger
OSF_TRIGGER1.DV = w		! Need a 'Wait' flag in Data Validation
OSF_TRIGGER1.DATA_ID = wf2	! Also need the Data_id set to WFPC2

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

OSF_NORMAL.DV = c		! Normal: Completed Data Validation
OSF_NORMAL.WC = w		! Normal: Schedule for World Coordinate System

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

POLLING_TIME  = 10		! Wait (seconds) before polling for next 
INPATH        = WF2_SIS_DIR		! Directory where the input files are found
OUTPATH       = WF2_SIS_DIR  	! Output directory for the WFPC2
MINBLOCKS     = 100000		! blocks required on output disk
EXTENSION     = .pkx		! This input file extension must exist
DO_PMDB_PDB_COMPARISON   = TRUE   
                                ! Compare new data, don't compare reprocessed

! forces values from path to be used (unless overridden in opus_login?)

ENV.OPUS_DB = OPUS_DB
ENV.OPUS_SERVER = OPUS_SERVER

