Skip to content
Snippets Groups Projects
Commit c124347e authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-1082: process review

parent 10353890
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!626Resolve TMSS-1082
......@@ -141,7 +141,8 @@ def _generate_tab_ring_pointings(pointing, tab_rings) -> [dict]:
tab_nr = 0
for angle1, angle2 in coordinates:
target = "TAB %s around %s" % pointing.get(tab_nr, 'target', "(%s,%s)" % (pointing['angle1'], pointing['angle2']))
tab_pointings.append(_add_pointings(pointing, {'angle1': angle1, 'angle2': angle2, 'direction_type': pointing['direction_type'], 'target': target})
relative_pointing = {'angle1': angle1, 'angle2': angle2, 'direction_type': pointing['direction_type'], 'target': target}
tab_pointings.append(_add_pointings(pointing, relative_pointing, target=target))
return tab_pointings
......
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