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

TMSS-849: fix

parent 469bd2ea
No related branches found
No related tags found
3 merge requests!634WIP: COBALT commissioning delta,!513TMSS-849,!481Draft: SW-971 SW-973 SW-975: Various fixes to build LOFAR correctly.
......@@ -174,7 +174,7 @@ def _convert_beamformer_settings_to_parset_dict(subtask: models.Subtask, spec: d
pipeline_parset['Beam[%s].TiedArrayBeam[%s].angle1' % (sap_idx, tab_idx)] = tab['pointing']['angle1']
pipeline_parset['Beam[%s].TiedArrayBeam[%s].angle2' % (sap_idx, tab_idx)] = tab['pointing']['angle2']
stokes_settings = pipeline['coherent']
elif tab.get('incoherent'):
else:
pipeline_parset['Beam[%s].TiedArrayBeam[%s].coherent' % (sap_idx, tab_idx)] = False
stokes_settings = pipeline['incoherent']
......
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