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

Task #5105: Add specific _isCobalt=T feedback key for MoM to discriminate...

Task #5105: Add specific _isCobalt=T feedback key for MoM to discriminate between BG/P and Cobalt observations
parent 4332185d
No related branches found
No related tags found
No related merge requests found
...@@ -463,6 +463,7 @@ int main(int argc, char **argv) ...@@ -463,6 +463,7 @@ int main(int argc, char **argv)
feedbackLTA.adoptCollection(storageProcesses->feedbackLTA()); feedbackLTA.adoptCollection(storageProcesses->feedbackLTA());
// augment LTA feedback with global information // augment LTA feedback with global information
feedbackLTA.add("_isCobalt", "T"); // for MoM, to discriminate between Cobalt and BG/P observations
feedbackLTA.add("LOFAR.ObsSW.Observation.DataProducts.nrOfOutput_Beamformed_", str(format("%u") % ps.nrStreams(BEAM_FORMED_DATA))); feedbackLTA.add("LOFAR.ObsSW.Observation.DataProducts.nrOfOutput_Beamformed_", str(format("%u") % ps.nrStreams(BEAM_FORMED_DATA)));
feedbackLTA.add("LOFAR.ObsSW.Observation.DataProducts.nrOfOutput_Correlated_", str(format("%u") % ps.nrStreams(CORRELATED_DATA))); feedbackLTA.add("LOFAR.ObsSW.Observation.DataProducts.nrOfOutput_Correlated_", str(format("%u") % ps.nrStreams(CORRELATED_DATA)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment