!--------------------------------------------------------------------
!
!      WCSTIS 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
! -------- ------  --------- -------------------------------------
! 03/27/02 45303   Sontag    Initial version as internal poller.
! 06/24/04 51412   Sherbert  For PR 50437 Remove DISPLAY_ORDER
!
!--------------------------------------------------------------------

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

INSTRUMENT           = STI ! 3-character instrument name
OSF_RANK             = 1   ! First Trigger
OSF_TRIGGER1.WC      = w   ! Need a 'Wait' flag in WC column
OSF_TRIGGER1.DATA_ID = stis ! 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.DC            = v
WCS_ERROR.WC         = e   ! Error:  Set the trouble flag

INPATH               = STI_SIS_DIR ! Directory where the input files are found

! forces values from path file to be used

ENV.OPUS_DB = OPUS_DB
ENV.SPSS_DB = SPSS_DB
ENV.DSQUERY = DSQUERY
