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
92513c23
"readme.md" did not exist on "80100686c99e01af561982f97db2d8632ad9cfd0"
Commit
92513c23
authored
1 month ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
black
parent
8de97a40
No related branches found
No related tags found
1 merge request
!1081
L2SS-2212 L2SS-2296: Fix FPGA addresses in CDB files, add deployment mechanism
Pipeline
#114742
failed
1 month ago
Stage: prepare
Stage: lint
Stage: render
Stage: test
Stage: package
Stage: images
Stage: integration
Pipeline: tango
#114743
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tangostationcontrol/toolkit/generate_caltable_from_lofar1.py
+6
-6
6 additions, 6 deletions
tangostationcontrol/toolkit/generate_caltable_from_lofar1.py
with
6 additions
and
6 deletions
tangostationcontrol/toolkit/generate_caltable_from_lofar1.py
+
6
−
6
View file @
92513c23
...
...
@@ -81,12 +81,12 @@ class LOFAR2CalTables:
calvalues_y
=
lofar1_caltable_data
[:,
antenna_nr
*
2
+
1
]
# validate
assert
len
(
calvalues_x
)
==
512
,
(
"
Expected calibration values for 512 subbands
"
)
assert
len
(
calvalues_y
)
==
512
,
(
"
Expected calibration values for 512 subbands
"
)
assert
(
len
(
calvalues_x
)
==
512
)
,
"
Expected calibration values for 512 subbands
"
assert
(
len
(
calvalues_y
)
==
512
)
,
"
Expected calibration values for 512 subbands
"
# write to LOFAR2
table
.
antennas
[
f
"
{
antenna_name_prefix
}{
antenna_nr
:
02
}
"
]
=
(
...
...
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