Skip to content
Snippets Groups Projects
Commit eefe5f18 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-992: postponed...

TMSS-992: postponed create_feedback_for_observation_subtask_from_specifications for beamformed dataproducts. Made follow up ticket TMSS-2668
parent 39793e9f
No related branches found
No related tags found
1 merge request!1148TMSS_992
......@@ -556,6 +556,10 @@ def create_feedback_for_observation_subtask_from_specifications(subtask: Subtask
parset.add(prefix + "centralFrequency", str(centralFrequency))
if dataproducts_beamformed.exists():
# TODO: implement for beamformed as well if needed/desired. It's quite complicated and needs lots of checking with subtasks.py tab_dataproducts.
# see: https://support.astron.nl/jira/browse/TMSS-2668
raise NotImplementedError("feedback from specifications for beamformed dataproducts is not implemented")
# beamformed feedback
# COBALT also outputs 'generic' info about (in)coherent/flyseye which is in fact just the info of the first tab/fe pipeline.
# See: https://git.astron.nl/lofar2.0/cobalt/-/blob/main/CoInterface/src/LTAFeedback.cc#L284
......
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