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

Merge branch 'L2SS-480-delays-to-beam-weights' into L2SS-523-delay-calibration-table

parents 144b639b cd6279d5
No related branches found
No related tags found
1 merge request!227L2SS-523 "Add signal delay calibration table to BEAM"
...@@ -138,9 +138,9 @@ class Beam(lofar_device): ...@@ -138,9 +138,9 @@ class Beam(lofar_device):
# Only the entries within the mask have been updated # Only the entries within the mask have been updated
mask = self.recv_proxy.Ant_mask_RW.flatten() mask = self.recv_proxy.Ant_mask_RW.flatten()
for rcu in range(96): for rcu in range(96):
if mask[tile]: if mask[rcu]:
self._hbat_pointing_direction[tile] = pointing_direction[tile] self._hbat_pointing_direction[rcu] = pointing_direction[rcu]
self._hbat_pointing_timestamp[tile] = timestamp self._hbat_pointing_timestamp[rcu] = timestamp
# -------- # --------
# Commands # 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