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

Added setup WG script and cmd 90 PAF correlator examples.

parent 6d50b8f5
No related branches found
No related tags found
No related merge requests found
...@@ -286,6 +286,11 @@ ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 84 -v 4 --unb ...@@ -286,6 +286,11 @@ ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 84 -v 4 --unb
ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 85 -v 4 -s 300MHz_40CB --scheme arts_sc1 --pol 0 --beamlets 0:1023" # log only ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 85 -v 4 -s 300MHz_40CB --scheme arts_sc1 --pol 0 --beamlets 0:1023" # log only
ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 86 -v 4 --unb 0:3 --fn 0:3 -s 300MHz_40CB --scheme arts_sc1" # log only ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 86 -v 4 --unb 0:3 --fn 0:3 -s 300MHz_40CB --scheme arts_sc1" # log only
# Create hex files
python $UPE/peripherals/pi_apertif_system.py --cmd 51 -v 4 --scheme 300MHz_37CB # create R_beam hex files
python $UPE/peripherals/pi_apertif_system.py --cmd 81 -v 4 -s 300MHz_37CB --scheme arts_sc1 # create R_beamout hex files for Arts SC1
python $UPE/peripherals/pi_apertif_system.py --cmd 81 -v 4 -s 300MHz_37CB --scheme 300MHz_37CB # create R_beamout hex files for transparent
# Setup Rbeamout for certain Rbeam # Setup Rbeamout for certain Rbeam
ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 52 -v 4 --unb 0:7 --fn 0:3 --scheme 300MHz_40CB" # write iblets 300MHz_40CB beamlets ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 52 -v 4 --unb 0:7 --fn 0:3 --scheme 300MHz_40CB" # write iblets 300MHz_40CB beamlets
ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 82 -v 4 --unb 0:7 --fn 0:3 -s 300MHz_40CB --scheme arts_sc1" # Write R_beamout ssh lcu-rt7 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 82 -v 4 --unb 0:7 --fn 0:3 -s 300MHz_40CB --scheme arts_sc1" # Write R_beamout
...@@ -576,16 +581,25 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --fn 0:3 ...@@ -576,16 +581,25 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --fn 0:3
############################################################################### ###############################################################################
# PAF correlator --noboard using test data # PAF correlator --noboard using test data
python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 4 --unb 0 --fn 0,1 --noplot --noboard --subbands 64:447 --rep 1 python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 4 --unb 0 --fn 0,1 --noplot --noboard --selection 64:447 --subbands 64--rep 1
# PAF set all WG per pol # PAF set all WG per pol
ssh lcu-rt6 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 21 -v 5" # all WG off ssh lcu-rt5 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 21 -v 5" # all WG off
ssh lcu-rt6 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --sub 64 --chan 32 --cmd 202 -v 5" # combination of --cmd=200 and --cmd=201 ssh lcu-rt5 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --sub 64 --chan 32 --cmd 202 -v 5" # combination of --cmd=200 and --cmd=201
ssh lcu-rt6 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 22 -v 5" # start all WG that are not in WG mode off ssh lcu-rt5 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --pol 0,1 --globalsp 0:63 --cmd 22 -v 5" # start all WG that are not in WG mode off
ssh lcu-rt6 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --cmd 10 -v 5" # X,Y pol spectrum ssh lcu-rt5 -X "python $UPE/peripherals/pi_apertif_system.py --unb 0:7 --bn 0:3 --sp 0:3 --cmd 10 -v 5" # X,Y pol spectrum
# PAF correlator at dish ./tests/setup_wg.sh
ssh lcu-rt6 -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 4 --unb 0:3 --fn 0:3 --bn 0:3 --noplot --sub 64 --subbands 64:447 --rep 1"
# PAF correlator at dish using WG or ADU data
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 4 --unb 0:3 --fn 0:3 --bn 0:3 --noplot --selection 64:447 --subbands 64 --rep 1"
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 3 --unb 0:3 --fn 0:3 --bn 0:3 --pol 0 --subbands 64 --rep 1" # ioff()
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 3 --unb 0:3 --fn 0:3 --bn 0:3 --pol 0 --subbands 64:67 --rep 1 --iplot -n 5" # ion()
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 3 --unb 0:3 --fn 0:3 --bn 0:3 --pol 0 --subbands 64:447 --rep 48 --iplot -n 1" # ion() all subbands
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 3 --unb 0:7 --fn 0:3 --bn 0:3 --pol 0,1 --subbands 64:70 --rep 10 --iplot -n 1"
# Use setup_wg.sh to set subband 100 and then show PAF correlation plot of subbands 97:103 to verify that only subband 100 realy correlates:
ssh lcu-rtb -X "python $UPE/peripherals/pi_apertif_system.py --cmd 90 -v 3 --unb 0:7 --fn 0:3 --bn 0:3 --pol 0 --subbands 97:103 --rep 5 --iplot -n 5"
############################################################################### ###############################################################################
...@@ -661,6 +675,7 @@ python $UPE/peripherals/util_bsn_monitor.py --unb 0:1 --fn 0:3 --bn 0:3 -n 1 -r ...@@ -661,6 +675,7 @@ python $UPE/peripherals/util_bsn_monitor.py --unb 0:1 --fn 0:3 --bn 0:3 -n 1 -r
ssh lcu-rt7 -X "python $UPE/peripherals/pi_common_pulse_delay.py --unb 0:3 --bn 0:3" # read PPS delay ssh lcu-rt7 -X "python $UPE/peripherals/pi_common_pulse_delay.py --unb 0:3 --bn 0:3" # read PPS delay
ssh lcu-rt7 -X "python $UPE/peripherals/pi_common_pulse_delay.py --unb 0:3 --bn 0:3 --reg pulse_delay=10" # write PPS delay = 10 (* 5 ns) ssh lcu-rt7 -X "python $UPE/peripherals/pi_common_pulse_delay.py --unb 0:3 --bn 0:3 --reg pulse_delay=10" # write PPS delay = 10 (* 5 ns)
ssh lcu-rt7 -X "python $UPE/peripherals/pi_dp_fifo_monitor.py --unb 0:7 --fn 0:3 --reg rd_fill,wr_full,rd_empty,rd_usedw" # read fiber delays ssh lcu-rt7 -X "python $UPE/peripherals/pi_dp_fifo_monitor.py --unb 0:7 --fn 0:3 --reg rd_fill,wr_full,rd_empty,rd_usedw" # read fiber delays
ssh lcu-rt7 -X "python $UPE/peripherals/pi_dp_shiftram.py --unb 0:7 --bn 0:3 -r 0:3 --reg shift" # read input delays
# Verify DDR3 # Verify DDR3
ssh lcu-rt5 -X "python $RADIOHDL/applications/apertif/commissioning/tests/dish_bf_transpose.py -v 5 --unb 0:7 --fn 0:3 --switch 0 -m 0" ssh lcu-rt5 -X "python $RADIOHDL/applications/apertif/commissioning/tests/dish_bf_transpose.py -v 5 --unb 0:7 --fn 0:3 --switch 0 -m 0"
...@@ -677,4 +692,3 @@ python $RADIOHDL/applications/apertif/commissioning/tests/batch_test.py --tel 4 ...@@ -677,4 +692,3 @@ python $RADIOHDL/applications/apertif/commissioning/tests/batch_test.py --tel 4
# Regression test between dish and central # Regression test between dish and central
python $RADIOHDL/applications/apertif/commissioning/tests/batch_test.py --tel 5 --seq info,link --pol 0,1 --unb 2 python $RADIOHDL/applications/apertif/commissioning/tests/batch_test.py --tel 5 --seq info,link --pol 0,1 --unb 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment