Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
c14501f5
Commit
c14501f5
authored
1 year ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Fix tile beamforming
parent
d0e9b68f
Branches
Branches containing commit
Tags
v0.36.1
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
tangostationcontrol/VERSION
+1
-1
1 addition, 1 deletion
tangostationcontrol/VERSION
tangostationcontrol/tangostationcontrol/devices/recv/recvh.py
+1
-1
1 addition, 1 deletion
...ostationcontrol/tangostationcontrol/devices/recv/recvh.py
with
3 additions
and
2 deletions
README.md
+
1
−
0
View file @
c14501f5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/VERSION
+
1
−
1
View file @
c14501f5
0.36.
0
0.36.
1
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/devices/recv/recvh.py
+
1
−
1
View file @
c14501f5
...
@@ -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
).
a
ll
():
if
(
staged_value
!=
last_written_value
).
a
ny
():
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
"
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment