Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Container Registry
Model registry
Operate
Environments
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
RTSD
HDL
Commits
4fc3b00f
"git@git.astron.nl:ro/lofar.git" did not exist on "48d2f14bf8ade769e73ce5050930f0c0b7d3adc7"
Commit
4fc3b00f
authored
6 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Improved description.
parent
6396f7cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/commissioning/tests/verify_correlator_db_output.py
+6
-5
6 additions, 5 deletions
...pertif/commissioning/tests/verify_correlator_db_output.py
with
6 additions
and
5 deletions
applications/apertif/commissioning/tests/verify_correlator_db_output.py
+
6
−
5
View file @
4fc3b00f
...
@@ -30,7 +30,10 @@
...
@@ -30,7 +30,10 @@
* REG_DIAG_DATA_BUFFER_OUTPUT to set the data capture at the start of a packet
* REG_DIAG_DATA_BUFFER_OUTPUT to set the data capture at the start of a packet
* RAM_DIAG_DATA_BUFFER_OUTPUT to read the packet data
* RAM_DIAG_DATA_BUFFER_OUTPUT to read the packet data
The test verifies the read data and runs independently per PN.
The test verifies the read data and runs independently per PN on the correlator. The test does not access
the telescopes, but some --tel must be specified because --tel and --pol are used to derive the active
telescope paths (TP) which will result in non-zero visibility data. The assumption is that the telescopes
are receiving (any noise) and outputting beamlets.
Usage:
Usage:
# -v 5 or 6 for debugging
# -v 5 or 6 for debugging
...
@@ -162,12 +165,10 @@ for bui in beamlets:
...
@@ -162,12 +165,10 @@ for bui in beamlets:
###################################################################
###################################################################
# Verify header fields
# Verify header fields
unb
=
nr
/
nof_pn
# = range(N_band) = 0:15 = [0:127] / 8
pn
=
nr
%
nof_pn
# = range(nof_pn) = 0:7 = [0:127] % 8
# Beamlet mapping as specified in SP-062 table 6 (SC1), 9 (SC4):
# Beamlet mapping as specified in SP-062 table 6 (SC1), 9 (SC4):
#
#
# u bi dest bu
_
i
# u bi dest bui
# 0 0 0 FN0 0 2 ...
# 0 0 0 FN0 0 2 ...
# 1 0 1 FN1 256 258 ...
# 1 0 1 FN1 256 258 ...
# 2 0 2 FN2 512 514 ...
# 2 0 2 FN2 512 514 ...
...
@@ -179,7 +180,7 @@ for bui in beamlets:
...
@@ -179,7 +180,7 @@ for bui in beamlets:
#
#
# Beamlet mapping as implemented in Apertif X due to reordered_sosi_arr wiring in node_apertif_unb1_correlator_mesh.vhd:
# Beamlet mapping as implemented in Apertif X due to reordered_sosi_arr wiring in node_apertif_unb1_correlator_mesh.vhd:
#
#
# u bi dest bu
_
i
# u bi dest bui
# 0 0 0 FN0 0 2 ...
# 0 0 0 FN0 0 2 ...
# 1 0 1 FN1 1 3 ...
# 1 0 1 FN1 1 3 ...
# 2 0 2 FN2 256 258 ...
# 2 0 2 FN2 256 258 ...
...
...
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