!--------------------------------------------------------------------
!
!      WCSWF3 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
! -------- ------  --------- -------------------------------------
! 11/08/06 56595   MSwam     first version
! 09/18/12 72255   Sherbert  get rid of DSQUERY
!
!--------------------------------------------------------------------

PROCESS_NAME = WCS
TASK = <wcs -p $PATH_FILE -r wcswf3>
DESCRIPTION = 'WF3 World Coordinate System'
CLASS = WF3
SYSTEM = OPUS

INSTRUMENT           = WF3 ! 3-character instrument name
OSF_RANK             = 1   ! First Trigger
OSF_TRIGGER1.WC      = w   ! Need a 'Wait' flag in WC column
OSF_TRIGGER1.DATA_ID = wf3 ! Also need the Data_id set
OSF_PROCESSING.WC    = p   ! Set the processing flag to 'Processing'

WCS_OK.WC            = c   ! Normal: Completed World Coordinate System
WCS_OK.GC            = w
WCS_ERROR.WC         = e   ! Error:  Set the trouble flag

INPATH               = WF3_SIS_DIR ! Directory where the input files are found

! forces values from opus login to be used

ENV.OPUS_DB = OPUS_DB
ENV.SPSS_DB = SPSS_DB
ENV.OPUS_SERVER = OPUS_SERVER
ENV.SPSS_SERVER = SPSS_SERVER
