Skip to content
Snippets Groups Projects
Commit c14501f5 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix tile beamforming

parent d0e9b68f
Branches
Tags v0.36.1
No related merge requests found
...@@ -161,6 +161,7 @@ Next change the version in the following places: ...@@ -161,6 +161,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.36.1 Fix tile beamforming
* 0.36.0 Upgraded base image to tango-itango:9.5.0, greatly improving numpy performance * 0.36.0 Upgraded base image to tango-itango:9.5.0, greatly improving numpy performance
Improved multi-threading performance for delay calculations for beam pointing and tracking Improved multi-threading performance for delay calculations for beam pointing and tracking
Added logging for observation initialisation sequence Added logging for observation initialisation sequence
......
0.36.0 0.36.1
...@@ -253,7 +253,7 @@ class RECVH(RECVDevice): ...@@ -253,7 +253,7 @@ class RECVH(RECVDevice):
"HBAT_BF_delay_steps_RW" "HBAT_BF_delay_steps_RW"
) )
if (staged_value != last_written_value).all(): if (staged_value != last_written_value).any():
logger.debug( logger.debug(
"Writing HBAT_BF_delay_steps_RW := HBAT_BF_delay_steps_stage_RW after detecting changes" "Writing HBAT_BF_delay_steps_RW := HBAT_BF_delay_steps_stage_RW after detecting changes"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment