Skip to content
Snippets Groups Projects
Commit cd6279d5 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-480: fix typo

parent e1c6bb5f
No related branches found
No related tags found
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
......@@ -128,9 +128,9 @@ class Beam(lofar_device):
# Only the entries within the mask have been updated
mask = self.recv_proxy.Ant_mask_RW.flatten()
for rcu in range(96):
if mask[tile]:
self._hbat_pointing_direction[tile] = pointing_direction[tile]
self._hbat_pointing_timestamp[tile] = timestamp
if mask[rcu]:
self._hbat_pointing_direction[rcu] = pointing_direction[rcu]
self._hbat_pointing_timestamp[rcu] = timestamp
# --------
# Commands
......
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