Skip to content
Snippets Groups Projects
Commit 31b581a5 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7352: Pipelines use ObsSW.Observation prefix instead of Observation

parent 1e156956
No related branches found
No related tags found
No related merge requests found
...@@ -128,8 +128,8 @@ class control(StatefulRecipe): ...@@ -128,8 +128,8 @@ class control(StatefulRecipe):
super(control, self).go() super(control, self).go()
# Pull several parameters from the parset # Pull several parameters from the parset
self.momID = self.parset.getString("Observation.momID", "") # Note: 0 if obs was copied in Scheduler self.momID = self.parset.getString("ObsSW.Observation.momID", "") # Note: 0 if obs was copied in Scheduler
self.sasID = self.parset.getString("Observation.otdbID", "") # SAS ID self.sasID = self.parset.getString("ObsSW.Observation.otdbID", "") # SAS ID
# Start the pipeline # Start the pipeline
self.logger.info("LOFAR Pipeline (%s) starting." % self.name) self.logger.info("LOFAR Pipeline (%s) starting." % self.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment