!----------------------------------------------------------------------------
!
!  opus_tv.path_template
!
!----------------------------------------------------------------------------
! Date     Number  Author    Reason
!----------------------------------------------------------------------------
! 06/09/97 33428   MSwam     Create a UNIX version
! 07/24/98 37263   WMiller   Rename file
! 01/14/99 38161   Rose      ACS pipeline examples
! 01/14/00 39307   Heller    Add POD_ARCH_DIR
! 05/10/00 36852   MARose    Add SPSS_DB
! 06/14/00 41693   Sherbert  Add DUDDPR, DUDDPQ
! 08/24/00 41932   WMiller   Add HT items
! 01/26/01 43165   MSwam     Add pod_osf_check
! 02/12/01 42184_02 MSwam    Add ARCH_SERVER,ARCH_DB
! 03/19/01 43165_06 MSwam    Add otfr_world
! 04/17/03 45179   Heller    *.ok_to_update_database delete
! 10/08/03 49496   MSwam     Replace otfr_world with recollect_ok,create_asn_osf
! 10/21/03 49496.1 MSwam     Added *.ok_to_update_database back in
! 11/19/03 49468   MSwam     Add bestref/REF entries
! 11/21/03 45981   MSwam     Add SAVE_INSERT_HISTORY
! 03/26/04 50429   Goldst    Update to support Unix ingest
! 04/09/04 50429   Goldst    Added OPUS_SERVER
! 04/21/04 50823   MSwam     Remove SAVE_INSERT_HISTORY
! 04/22/04 48726   MSwam     Add db_retry_interval
! 06/25/04 51412   Sherbert  Minor changes for consistency
! 07/08/04 51342   Baum      Remove INGEST_TABLE_FILTER
! 03/23/05 51433   MSwam     Change name from fullmaster to reference_file_defs
! 02/22/06 54699   MSwam     Add minblocks
! 02/15/07 56870   Sherbert  do not update db, more correct wf3 cal exts
! 08/12/10 64432   MSwam     add DB_TYPE for SYBASE or MSSQL use
!----------------------------------------------------------------------------
!
! 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_tv_pipeline.stage      ! filespec for defining pipeline stages
OPUS_HOME_DIR         = "your home directory"       ! Process Status File, and misc tempory file.
OPUS_OBSERVATIONS_DIR = "for OSFs for this path"    ! Obs. Status File
OPUS_TEMP_DIR         = "scratch area"              ! Scratch area for intermediate 
!
pod_osf_check           = TRUE   ! TRUE if DP checks for an existing OSF
OK_TO_UPDATE_DATABASE   = FALSE  ! Database update flag (default is FALSE)
*.OK_TO_UPDATE_DATABASE = FALSE
POLLING_TIME          = 10                          ! Polling time. Determine how reactive a process to an event.
PROC_TYP              = NORMAL                      ! Processing type (NORMAL, REALTIME, REPRO etc)
recollect_ok          = FALSE  ! set to TRUE for science path used with OTFR
create_asn_osf        = TRUE   ! set to FALSE for science path used with OTFR
bestref_input_mode    = fits   ! input mode feeding the REF processes
bestref_sqloutfile    = none   ! only used in DB input mode of bestref
REF_SELECT_FILE       = OPUS_DEFINITIONS_DIR:reference_file_defs.xml  !ref file rules
db_retry_interval     = 3600   ! secs between retry of failed Python DB query
!
DB_TYPE               = SYBASE  ! or MSSQL
DSQUERY               = ""	! Data base server name i.e. ROBBIE
OPUS_SERVER           = ""      ! Data base server for OPUS
OPUS_DB               = ""	! Data base i.e. opustest2
SPSS_DB               = ""	! Data base i.e. opus_spss2
ASSIST_DB             = ""	! Data base i.e. assistops
ARCH_SERVER           = ""      ! Data base server name for archive database
ARCH_DB               = ""      ! Data base name for archive database
!
POD_IN_DIR            = ""      ! Directory where the input files are found
POD_ARCH_DIR          = ""	! Where the POD files are archived from
ANC_ARCH_DIR          = ""      ! Where the ANC files are archived from
EDT_ARCH_DIR          = ""	! Where EDT sets are archived from (arcins)
!
DMP_SIS_DIR           = ""	! DMP data (SIS directory)
!
ACS_SIS_DIR           = ""	! ACS SIS directory
ACS_CAL_DIR           = ""	! ACS CAL directory
!
NIC_SIS_DIR           = ""	! NICMOS SIS directory
NIC_CAL_DIR           = ""	! NICMOS CAL directory
!
STI_SIS_DIR           = ""	! STIS SIS directory
STI_CAL_DIR           = ""	! STIS CAL directory
!
COS_SIS_DIR           = ""	! COS SIS directory
COS_CAL_DIR           = ""	! COS CAL directory
cos_cal_file_ext      = _[cfx][ol1]* !file extensions for calibration output
CALCOSDISK            = ""  ! e.g. /usr/local/home/hodge/calcos/
!
WF3_SIS_DIR           = ""	! WFC3 SIS directory
WF3_CAL_DIR           = ""	! WFC3 CAL directory
wf3_cal_file_ext      = _[cfi][rlm]*  !file extensions for calibration output
CALWF3DISK            = ""  ! e.g. /project/tufnel/ssb/ops/runtime_7_1/stlocal/
!
TRL_DIR               = ""	! Trailer file directory
!
LOG_DIR           = ./                ! Archive dataset log files
INGEST_PATH_NAME  = ! pathname.path     ! Ingest Pipeline path file name
INGEST_STAGE_ID1  = MI                ! Mission stage ID             
INGEST_STAGE_ID2  = RM                ! Request manager stage ID
INGEST_PATH_ROOT =  ! pathname->INGEST_PATH_ROOT  ! Root directory of ingest path
big_MINBLOCKS        = 200000000
really_big_MINBLOCKS = 300000000
