!--------------------------------------------------------------------
!
!      DVOACS 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  Developer Description
! -------- ------- --------- ---------------------------------------
! 10/09/08 60890   Sherbert  Create an OTFR override
!
!--------------------------------------------------------------------

PROCESS_NAME = dv_acs		! Short name for process id
TASK = <dv_acs -p $PATH_FILE -r dvoacs>
CLASS = ACS
DESCRIPTION = 'ACS Data Evaluation'
SYSTEM = OTFR
INSTRUMENT  = ACS
INST_CODE   = J
OK_TO_UPDATE_DATABASE = BLANK	! Determined by PATH
INTERNAL_POLLING_PROCESS  =  TRUE   

OSF_RANK = 1			! First Trigger
OSF_TRIGGER1.DV = w		! Need a 'Wait' flag in Data Validation
OSF_TRIGGER1.DATA_ID = acs	! Also need the Data_id set to ACS
OSF_TRIGGER2.DV = w		! Need a 'Wait' flag in Data Validation
OSF_TRIGGER2.DATA_ID = adm	! Also need the Data_id set to ACS Dump

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_OSCOPE_POD.FT     = w       ! OSCOPE: trigger OSCOPE pod file for FT
OSF_NOT_OSCOPE_POD.FT = n       ! NO OSCOPE: Mark FT stage as unnecessary
OSF_NOT_OSCOPE_POD.IN = l       ! NO OSCOPE: Trigger IN stage

OSF_DUMP.DV   = c		! Dump data: Completed Data Validation
OSF_DUMP.WC   = n  		! Dump data: Don't do WCS
OSF_DUMP.DC   = n               ! Dump data: skip data collector
OSF_DUMP.GC   = w		! Dump data: Produce FITS files

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

POLLING_TIME  = 10		! Wait (seconds) before polling for next 
INPATH        = ACS_SIS_DIR		! Directory where the input files are found
OUTPATH       = ACS_SIS_DIR  	! Output directory for the ACS
MINBLOCKS     = 100000		! blocks required on output disk
EXTENSION     = .ulx		! This input file extension must exist

SM4_WFC_GAIN_CHANGE_DATE = '2009.001:00:00:00'  
                                ! Data before this time (pre-SM4) need a DV fix
DO_PMDB_PDB_COMPARISON   = FALSE   
                                ! Compare new data, don't compare reprocessed
