!--------------------------------------------------------------------
!
!      DVOWF2 RESOURCE FILE
!
!      An OTFR override for DV to skip PMDB_PDB comparison
!
!      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
! -------- ------  --------- -------------------------------------
! 10/15/08 60890   Sherbert  Create an OTFR override
!
!--------------------------------------------------------------------

TASK = <dvu_wfpc2 -p $PATH_FILE -r dvowf2>
CLASS = WF2
DESCRIPTION = 'WFPC2 Data Evaluation'
SYSTEM = OTFR
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   = FALSE   
                                ! Compare new data, don't compare reprocessed

! forces values from path to be used

 ENV.OPUS_DB = OPUS_DB
 ENV.DSQUERY = DSQUERY

