!----------------------------------------------------------------------------
!
!  ast.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
! 04/17/03 45179   Heller    *.ok_to_update_database deleted
! 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    Removed PARALLEL keywords, added OPUS_SERVER
! 04/21/04 50823   MSwam     Remove SAVE_INSERT_HISTORY
! 06/25/04 51412   Sherbert  Minor changes for consistency
! 07/13/05 53578   Sherbert  Minor comment change for pipeline stages line
! 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
! 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:ast_pipeline.stage
                            ! filespec for defining ast 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 

OK_TO_UPDATE_DATABASE   = TRUE
                            !
POLLING_TIME            = "seconds; optional keyword"
                            ! Polling time.  
PROC_TYP                = NORMAL
                            ! Processing type (NORMAL, REALTIME, REPRO etc)

DB_TYPE           =         SYBASE ! or MSSQL
OPUS_SERVER       =         ! Data base server for OPUS
OPUS_DB           =         ! Data base i.e. opustest2
SPSS_SERVER       =         ! Data base server for SPSS
SPSS_DB           =         ! Data base i.e. opus_spss
ARCH_SERVER       =         ! Data base server for archive
ARCH_DB           =         ! Data base i.e. dadsbld
KW_SERVER         =         ! Data base server for keyword definitions
KW_DB             =         ! Data base for keyword definitions
ASSIST_SERVER     = ! DB server for assist database
ASSIST_DB         = ! DB name for assist database
PROP_SERVER       = ! DB server for proposal db
PROP_DB           = ! DB name for proposal db


AST_TELEM_DIR     = ./      ! Astrometry telemetry file directory
                            !     ex: /ast/telem
AST_RAW_DIR       = ./      ! Intermediate raw jitter directory
                            !     ex: /ast/raw
AST_OUTPUT_DIR    = ./      ! Astrometry products directory
                            !     ex: /ast/output
			    
AST_LOG_DIR       = ./                ! Archive logging directory
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
