Skip to content
Snippets Groups Projects
Commit f71069f1 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #3995: Merged task branch into the release 1.9 branch.

parents 43971faf c0fc1281
Branches
Tags LOFAR-Release-1_9_5
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment