!--------------------------------------------------------------------
!
!      	PIPECT RESOURCE FILE
!
!
!      	This file is used to construct the trigger, error, and success 
!	status fields in the observation status file.
!
!	This is an example illustrating the implementation of a
!	delta-rime trigger.
!
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 08/12/97 33432   MSwam     created
! 02/10/98 36167.1 MSwam     fix comment
! 06/24/99 38324   WMiller   Set ENV vars
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

PROCESS_NAME = pipect		! Short name for process id
TASK = <xpoll -p $PATH_FILE -r pipect>
CLASS = GIF
DESCRIPTION = 'Tally pipeline statistics'
SYSTEM = 'SAMPLE PIPELINE'
COMMAND = pipect.csh		! Name of the command procedure

TIME_RANK = 1			! Indicates a time poller
DELTA_TIME = 000:00:01:00	! awaken every minute

XPOLL_STATE.00 = OK		! Map successful exit status for XPOLL

POLLING_TIME       = 10		! Wait (seconds) before polling for next event
ENV.INPATH  	   = gif_data	! Directory where the input files are found
ENV.OUTPATH 	   = fits_data	! Directory where output files are written
ENV.INIT_STATE     = *.gif      ! Filespec for data not yet in the pipeline
ENV.GIFIN_STATE    = *.gif_done ! Filespec for data completed GIFIN stage
ENV.GETKW_STATE    = *.dbx      ! Filespec for data completed GETKW stage
ENV.G2F_STATE      = *.fits*    ! Filespec for data completed G2F stage
ENV.LISTHD_STATE   = *.hdr      ! Filespec for data completed LISTHD stage
ENV.COMPRS_STATE   = *.*Z       ! Filespec for data completed COMPRS stage
