!--------------------------------------------------------------------
!
!      	OPUSBB RESOURCE FILE
!
!	This is the resource file for the OPUSBB_TEST_DRIVER.
!
!	NOTE: This test driver MUST be run against a sample pipeline path.
!
!      	This file is used to construct the trigger, error, and success status
!      	fields in the observation status file.
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!  MOD             PR
! LEVEL   DATE   NUMBER  User  Description
! ----- -------- ------  ------ -------------------------------------
!  000  03/30/99 37799   MSwam   first version
!  001  04/11/00 41309_01 MSwam  add CREATE1 and CREATE2
!
!--------------------------------------------------------------------
PROCESS_NAME = opusbb ! Short name for process id
TASK = <opusbb_test_driver -p $PATH_FILE -r opusbb>
CLASS = TST
DESCRIPTION = ' OAPI OPUSBB C-interface test program '
SYSTEM = 'TEST DRIVERS'

PASSWORD = required
PASSWORD_PROMPT = 'enter something: '

FILE_RANK       = 1		! First Trigger
FILE_DIRECTORY1 = gif_data	! Where the GIF files start
FILE_OBJECT1    = *.opusbb      ! File specification for searches
FILE_PROCESSING = _working      ! Extension addition during processing
FILE_SUCCESS    = _done		! Extension addition if normal processing
FILE_ERROR      = _bad		! Extension addition if error
FILE_ACTION     = 'rm ^F'       ! ^f is replaced with current file name
FILE_ACTION_OK  = 0             ! rm returns 0 when successful

OSF_RANK             = 2        ! OSF Trigger
OSF_TRIGGER1.IN      = w        !
OSF_TRIGGER1.DATA_ID = ifc      ! 

OSF_PROCESSING.IN    = p        ! Set the processing flag to 'Processing'
OSF_CHANGE1.IN       = a
OSF_CHANGE2.IN       = b
OSF_CHANGE3.IN       = d
OSF_CREATE1.IN       = w
OSF_CREATE2.IN       = c
OSF_CREATE2.KW       = c

TIME_RANK            = 3        ! TIME trigger
DELTA_TIME           = 000:00:00:15

POLLING_TIME  = 10		! Wait (seconds) before polling for next 
INPATH        = gif_data	! Directory where the input files are found

MINBLOCKS     = 2000		! blocks required on output disk
OUTPATH       = gif_data        ! check for space on this disk
