!----------------------------------------------------------------------------
!
!  pacor.path_template
!
!----------------------------------------------------------------------------
!            PR
! mm/dd/yy NUMBER Author     Description
! -------- ------ ---------- -----------------------------------------------
! 08/31/05 52947  Sherbert   Create a separate PACOR path file template
! 09/07/05 53773  Sherbert   get more values right for tools
! 11/30/05 54824  Sherbert   Add _empty_POLLING_TIME
! 12/14/05 54824  Sherbert   Forrest says add some ending slashes
! 05/08/06 55509  Sherbert   Improve ql/rt path settings during auto setup
! 08/12/10 64432  MSwam      add DB_TYPE for SYBASE or MSSQL use
! 09/18/12 72255  Sherbert   get rid of DSQUERY
!
!----------------------------------------------------------------------------
!
! When modifying this file, the user should change only things in double
! quotes "".  Text after "!" are optional comments.
!
!       **** All Keywords (mnemonics on left) must be ALLCAPS ****
!       ****    Do not change the names of any mnemonics!!!   ****
!       ****           Only change mnemonic values.           ****
!
!----------------------------------------------------------------------------
!
! eg: OPUS_OBSERVATIONS_DIR = /home/mswam/bb/  !directory MUST end with slash
! pipeline directories might be specified as /data3/thoros/sis/acs/
!
!----------------------------------------------------------------------------
! DO NOT CHANGE THE DEFINITIONS OF THE FOLLOWING MNEMONICS, BUT VERIFY
! THESE DIRECTORIES EXIST IN YOUR RUN-TIME ENVIRONMENT.
!----------------------------------------------------------------------------
!
STAGE_FILE              = opus_definitions_dir:pacor_pipeline.stage  ! filespec for defining pipeline stages
OPUS_HOME_DIR           = OPUS_HOME_DIR         ! Process Status Files, process logs, and misc tempory files.

OPUS_OBSERVATIONS_DIR   = _empty_OBS_ROOT/_empty_PATHMAP[]/
OPUS_TEMP_DIR           = _empty_PATH_BASEDIR/opus/_empty_PATHMAP[]/tmp/

pod_osf_check           = TRUE   ! TRUE if DP checks for an existing OSF
PODNAMES_CHECK          = FALSE  ! test for existing podnames db entries
OK_TO_UPDATE_DATABASE   = TRUE   ! Database update flag (default is FALSE)
*.OK_TO_UPDATE_DATABASE = TRUE   
POLLING_TIME            = _empty_POLLING_TIME   ! Polling time. Determine how reactive a process is to an event.
PROC_TYP                = NORMAL                ! Processing type (NORMAL, REALTIME, REPRO etc)
!
DB_TYPE                 = _empty_DB_TYPE
                            ! SYBASE or MSSQL
OPUS_SERVER             = _empty_OPUS_SERVER    ! Data base server for OPUS
OPUS_DB                 = _empty_OPUS_DB        ! Data base i.e. opustest2
!
MAIN_USERNAME           = _empty_MAIN_USERNAME  ! Username for loging into PACOR
MAIN_PROMPT             = _empty_MAIN_PROMPT    ! prompt for password issued by PMG
MAIN_PORT               = _empty_MAIN_PORT      ! 4070 for testing, 4080 for OPS
REMOTE_HOST             = _empty_REMOTE_HOST    ! remote host machine name
REMOTE_SYSTEM           = Pacor_A    ! Use DDF_MSE with DDF; use Pacor-A with Pacor_A
CLI_MODE_RATE           = 60         ! minutes idle before client mode attempt
CLI_FAIL_RESET          = 60         ! minutes until CLI_FAIL mode reset
!
FTP_USERNAME            = _empty_FTP_USERNAME   ! Username for loging in to PACOR
FTP_PROMPT              = _empty_FTP_PROMPT     ! prompt for password issued by PMG
!FIREWALL                = bulkhead   ! uncomment this line in ops.
FTP_PROXY_T1            = 800        ! Wait this long for FTP commands to complete
FTP_PROXY_T2            = 10         ! Slow server compensation (see PR 36907)
!
OPUS_DDF_DIR            = _empty_PATH_BASEDIR/opus/_empty_PATHMAP[]/ddf/ ! Where real-time data should go
OPUS_RT_DIR             = _empty_PATH_BASEDIR/opus/_empty_PATHMAP[]/pac/ ! Where production and quick-lookdata goes
!
LZ_POD_IN_DIR           = _empty_PATHMAP[opus_science_auto]->POD_IN_DIR  ! Directory where output LZ pods go (professor)
QL_POD_IN_DIR           = _empty_QL_PATHMAP->POD_IN_DIR  ! Directory where output QL pods go (maryann)
!The following was removed via PR 64175---------------------------------------------------------------
!RT_POD_IN_DIR           = _empty_RT_PATHMAP->POD_IN_DIR  ! Directory where output RT pods go (ginger)
