-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding NDPPP parset configuration file
- Loading branch information
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |