Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
b379fbd5
Commit
b379fbd5
authored
11 years ago
by
Alwin de Jong
Browse files
Options
Downloads
Patches
Plain Diff
Task #3772:is_cobalt swich added
parent
8265efe3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
+6
-7
6 additions, 7 deletions
CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
with
6 additions
and
7 deletions
CEP/Pipeline/recipes/sip/bin/pulsar_pipeline.py
+
6
−
7
View file @
b379fbd5
...
...
@@ -112,7 +112,6 @@ class pulsar_pipeline(control):
raise
DataMapError
(
"
number of enabled input data products %s does not match the total number of output files %s
"
%
(
in_len
,
out_len
))
@mail_log_on_exception
def
pipeline_logic
(
self
):
"""
...
...
@@ -125,9 +124,9 @@ class pulsar_pipeline(control):
# Get input/output-data products specifications.
self
.
_get_io_product_specs
()
job_dir
=
self
.
config
.
get
(
"
layout
"
,
"
job_directory
"
)
parset_dir
=
os
.
path
.
join
(
job_dir
,
"
parsets
"
)
mapfile_dir
=
os
.
path
.
join
(
job_dir
,
"
mapfiles
"
)
self
.
job_dir
=
self
.
config
.
get
(
"
layout
"
,
"
job_directory
"
)
parset_dir
=
os
.
path
.
join
(
self
.
job_dir
,
"
parsets
"
)
mapfile_dir
=
os
.
path
.
join
(
self
.
job_dir
,
"
mapfiles
"
)
# Create directories for temporary parset- and map files
create_directory
(
parset_dir
)
...
...
@@ -155,7 +154,7 @@ class pulsar_pipeline(control):
# Rebuilding sys.argv without the options given automatically by framework
# --auto = automatic run from framework
# -q = quiet mode, no user interaction
sys
.
argv
=
[
'
pulp.py
'
,
'
--auto
'
,
'
-q
'
]
sys
.
argv
=
[
'
pulp.py
'
,
'
--auto
'
,
'
-q
'
,
'
--cobalt
'
]
# TODO: translate optional pipeline tuning parameters from the pipeline parset to existing commanf line options
#py_parset = self.parset.makeSubset(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment