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

Task #3995: Merged task branch into the trunk.

parent 1b53cd8c
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,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
......
......@@ -192,6 +192,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