Skip to content

Commit

Permalink
Adding NDPPP parset configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
apmechev committed Feb 20, 2018
1 parent 2ee531b commit c6e27b3
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions config/NDPPP_parset.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
###########
#The definitions for the prefactor calibrator1 step
#These definitions get loaded into the LRT steps
##########

Token:
OBSID: ""
STARTSB: 000
SBXloc: "NDPPP/NDPPP_script.tar"
lock: 0
done: 0
hostname: ""
output: ""
LOFAR_PATH: "/cvmfs/softdrive.nl/lofar_sw/LOFAR/2.20.2-centos7"
PIPELINE: "NDPPP"
progress: 0
scrub_count: 0
status: queued
RESULTS_DIR: "gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/lofar/user/sksp/pipelines/SKSP/pref_cal1"
times: {}
type: test

#####
# This defines what files/repositories go into the sandbox
# as well as where it's uploaded.
#####
Sandbox:
name: NDPPP_script
loc: "NDPPP"
loc2: None
type: lofar_NDPPP
git_scripts: #pulls scripts to make sandbox
tcollector:
git_url: "https://gitlab.com/apmechev/procfs_tcollector.git"
branch: "master"
remove_when_done: True

##
#These variables get loaded From Token
#into the environment when launched on worker node
##
Shell_variables: #token values -> Bash variables
'_id': '$TOKEN'
OBSID : '$OBSID'
STARTSB: '$STARTSB'
LOFAR_PATH : '$LOFAR_PATH'
PIPELINE: '$PIPELINE'
RESULTS_DIR : '$RESULTS_DIR'
'_attachments':
NDPPP.parset: '$PARSET'
srm.txt : srm.txt

0 comments on commit c6e27b3

Please sign in to comment.