!--------------------------------------------------------------------
!
!      2FITS_COS RESOURCE FILE
!
!
!      This file holds the task parameter names for the edt2fits task.
!      Values can either be supplied directly in this file, or indirectly
!      through the use of path file mnemonics in the value column
!      (allowing different settings, depending on which path the task is
!       run in).
!
!--------------------------------------------------------------------
!                          REVISION HISTORY
!--------------------------------------------------------------------
!            PR
!   DATE   NUMBER User       Description
! -------- ------ ---------- -------------------------------------
! 11/13/12 71706  MSwam      first version
!--------------------------------------------------------------------

DESCRIPTION = 'COS edt2fits'
OK_TO_UPDATE_DATABASE = BLANK	! Determined by PATH

EDT_PATH      = COS_SIS_DIR     ! Directory where the input EDT files are found
FITS_PATH     = COS_CAL_DIR     ! Directory where output FITS files are written

MINBLOCKS     = 1000000         ! blocks required on output disk

SM4_WFC_GAIN_CHANGE_DATE = '2009.001:00:00:00'  
                                ! Data before this time (pre-SM4) need a DV fix

DO_PMDB_PDB_COMPARISON   = TRUE ! Compare new data, don't compare reprocessed

LOOKBACK_TIME      = 10         ! time (days) to look back in WIEPHEMERIS 
                                ! relation from obs start time to find 
                                ! ephemeris data that was in effect during 
                                ! observation (max 6 chars)

KEYWORD_RULE_CLASSES  = COS,CSW ! used to choosen which keyword rules apply

FILLDATA_IS_ERROR = filldata_is_error ! let .path entry determine whether use
                                      ! of FILL data flags exposure with error

COORD_FRAME       = USER              ! which coordinate frame to use

ENV.OPUS_SERVER    = OPUS_SERVER
ENV.OPUS_DB        = OPUS_DB
ENV.SPSS_SERVER    = SPSS_SERVER
ENV.SPSS_DB        = SPSS_DB
ENV.ARCH_SERVER    = ARCH_SERVER
ENV.ARCH_DB        = ARCH_DB
ENV.REFFILE_SERVER = REFFILE_SERVER
ENV.REFFILE_DB     = REFFILE_DB
ENV.ASSIST_SERVER  = ASSIST_SERVER
ENV.ASSIST_DB      = ASSIST_DB
ENV.PROP_SERVER    = PROP_SERVER
ENV.PROP_DB        = PROP_DB

!=============================================================================
! These lines are needed so that AUTO tests don't fail.  Some OPUS tasks and
! AUTO tests read ALL of the .resource files and they must be valid OPUS
! resource files.  These lines are necessary until the OPUS code goes away.
PROCESS_NAME = NADA
TASK = <nada >
CLASS = NADA
SYSTEM = OPUS
POLLING_TIME = 10               ! Wait (seconds) before polling for next
OSF_RANK = 1                    ! First Trigger
OSF_TRIGGER1.SS = w             ! Need a 'Wait' flag for SS
OSF_PROCESSING.SS  = p          ! Set the processing flag to 'Processing'
!==============================================================================
