Skip to content
Snippets Groups Projects
Commit 4fc3b00f authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Improved description.

parent 6396f7cf
No related branches found
No related tags found
No related merge requests found
...@@ -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 ...
......
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