Skip to content
GitLab
Explore
Sign in
Register
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
f71069f1
Commit
f71069f1
authored
12 years ago
by
Marcel Loose
Browse files
Options
Downloads
Plain Diff
Task #3995: Merged task branch into the release 1.9 branch.
parents
43971faf
c0fc1281
Branches
Branches containing commit
Tags
LOFAR-Release-1_9_5
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CEP/Pipeline/recipes/sip/bin/calibration_pipeline.py
+12
-0
12 additions, 0 deletions
CEP/Pipeline/recipes/sip/bin/calibration_pipeline.py
CEP/Pipeline/recipes/sip/bin/preprocessing_pipeline.py
+12
-0
12 additions, 0 deletions
CEP/Pipeline/recipes/sip/bin/preprocessing_pipeline.py
with
24 additions
and
0 deletions
CEP/Pipeline/recipes/sip/bin/calibration_pipeline.py
+
12
−
0
View file @
f71069f1
...
...
@@ -234,6 +234,18 @@ class calibration_pipeline(control):
sky_mapfile
=
sourcedb_mapfile
)
# *********************************************************************
# 6. Create feedback file for further processing by the LOFAR framework
# (MAC)
# Create a parset-file containing the metadata for MAC/SAS
with
duration
(
self
,
"
get_metadata
"
):
self
.
run_task
(
"
get_metadata
"
,
output_data_mapfile
,
parset_file
=
self
.
parset_feedback_file
,
parset_prefix
=
(
self
.
parset
.
getString
(
'
prefix
'
)
+
self
.
parset
.
fullModuleName
(
'
DataProducts
'
)),
product_type
=
"
Correlated
"
)
return
0
...
...
This diff is collapsed.
Click to expand it.
CEP/Pipeline/recipes/sip/bin/preprocessing_pipeline.py
+
12
−
0
View file @
f71069f1
...
...
@@ -190,6 +190,18 @@ class preprocessing_pipeline(control):
data_end_time
=
vdsinfo
[
'
end_time
'
],
parset
=
ndppp_parset
)
# *********************************************************************
# 6. Create feedback file for further processing by the LOFAR framework
# (MAC)
# Create a parset-file containing the metadata for MAC/SAS
with
duration
(
self
,
"
get_metadata
"
):
self
.
run_task
(
"
get_metadata
"
,
output_data_mapfile
,
parset_file
=
self
.
parset_feedback_file
,
parset_prefix
=
(
self
.
parset
.
getString
(
'
prefix
'
)
+
self
.
parset
.
fullModuleName
(
'
DataProducts
'
)),
product_type
=
"
Correlated
"
)
return
0
...
...
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