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

L2SS-480: fix RCU mask array dimension

parent 27220095
No related branches found
No related tags found
1 merge request!220Resolve L2SS-480 "Delays to beam weights"
......@@ -130,7 +130,7 @@ class Beam(lofar_device):
# Record where we now point to, now that we've updated the weights.
# Only the entries within the mask have been updated
mask = self.recv_proxy.RCU_mask_RW
for tile in range(96):
for tile in range(32):
if mask[tile]:
self._hbat_pointing_direction[tile] = pointing_direction[tile]
self._hbat_pointing_timestamp[tile] = timestamp
......
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