!----------------------------------------------------------------------------
!
!  fgs.path_template
!
!----------------------------------------------------------------------------
!            PR
!   DATE   NUMBER  User      Description
! -------- ------  --------- -------------------------------------
! 10/24/01 44684   Goldst    Created initial version 
! 02/11/02 45016   Goldst    Add OK_TO_UPDATE_DATABASE 
! 08/09/02 46352   Goldst    Added default stage filespec
! 12/02/02 46669   Goldst    Added epc class changes
! 04/17/03 45179   Heller    *.ok_to_update_database deleted
! 06/24/03 46669   Goldst    Add REMOTE keywords to support EPC
! 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/21/03 45981   MSwam     Add SAVE_INSERT_HISTORY,PARALLEL,ARCH
! 12/10/03 49468   MSwam     Add KW_SERVER, KW_DB
! 03/26/04 50429   Goldst    Update to support Unix ingest
! 04/09/04 50429   Goldst    Added OPUS_SERVER, removed PARALLEL keywords
!                            Removed EPC COPY section
! 04/21/04 50823   MSwam     Remove SAVE_INSERT_HISTORY
! 06/25/04 51412   Sherbert  Minor changes for consistency
! 07/08/04 51342   Baum      Remove INGEST_TABLE_FILTER
! 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
! otfcline 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:fgs_pipeline.stage
                            ! filespec for defining fgs pipeline stages
OPUS_HOME_DIR           = OPUS_HOME_DIR
                            ! Process Status File, and misc tempory file.
OPUS_OBSERVATIONS_DIR   = _empty_OBS_ROOT/_empty_PATHMAP[]/
                            ! Obs. Status File
OPUS_TEMP_DIR           = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/temp/
                            ! Scratch area for intermediate

OK_TO_UPDATE_DATABASE   = TRUE
*.OK_TO_UPDATE_DATABASE = TRUE
                            !
POLLING_TIME            = _empty_POLLING_TIME
                            ! Polling time. 
PROC_TYP                = NORMAL
                            ! Processing type (NORMAL, REALTIME, REPRO etc)

DB_TYPE                 = _empty_DB_TYPE
                            ! SYBASE or MSSQL
DSQUERY                 = _empty_DSQUERY      ! Db server name i.e. ROBBIE
OPUS_SERVER             = _empty_OPUS_SERVER  ! Data base server for OPUS
OPUS_DB                 = _empty_OPUS_DB      ! Data base i.e. opustest2
SPSS_DB                 = _empty_SPSS_DB      ! Data base i.e. opus_spss2
ASSIST_DB               = _empty_ASSIST_DB    ! Data base i.e. assistops
ARCH_SERVER             = _empty_ARCH_SERVER  ! Db server for archive database
ARCH_DB                 = _empty_ARCH_DB      ! Db name for archive database
KW_SERVER               = _empty_KW_SERVER    ! Dbserver name for keyword db
KW_DB                   = _empty_KW_DB        ! Data base name for keyword db


! Raw jitter telemetry file directory      ex: /fgs/telem
FGS_TELEM_DIR     = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/telem/

! Intermediate raw jitter directory      ex: /fgs/raw 
FGS_RAW_DIR       = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/raw/

! Jitter obslogs directory      ex: /fgs/output
FGS_OUTPUT_DIR    = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/output/

! ASN table directory      ex: /fgs/asn
FGS_ASN_DIR       = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/asn/

! Intermediate raw EPC directory 
EPC_RAW_DIR       = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/epc/raw/

! EPC output directory 
EPC_OUTPUT_DIR    = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/epc/output/

! Name of the Astrometry pipeline's path
AST_PATH_NAME     = _empty_PATHMAP[ast_auto] 

! FGS class archive logging directory
FGS_LOG_DIR       = _empty_PATH_BASEDIR/edps/_empty_PATHMAP[]/log/

! Ingest Pipeline path file name
INGEST_PATH_NAME  = _empty_PATHMAP[ingest_auto].path

INGEST_STAGE_ID1  = MI                ! Mission stage ID
INGEST_STAGE_ID2  = RM                ! Request manager stage ID

! Root directory of ingest path
INGEST_PATH_ROOT =  _empty_PATHMAP[ingest_auto]->INGEST_PATH_ROOT

recollect_ok      = FALSE
create_asn_osf    = TRUE

! For FTP of Engineering Files

ET_MACHINE        = _empty_ET_MACHINE  ! name of the remote machine
ET_MACHINE_TYPE   = unix               ! unix or vms
ET_LOGIN          = _empty_ET_LOGIN    ! login id for the remote machine
ET_REMOTE_DIR     = _empty_ET_REMOTE_DIR ! remote directory on remote machine
