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

Corrected --seq vis_packet, this test now runs OK on hardware.

parent 1c24457c
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,7 @@ if tc.nofUnb > 0 : ...@@ -259,7 +259,7 @@ if tc.nofUnb > 0 :
if 'vis_packet' in tc.sequence: if 'vis_packet' in tc.sequence:
# Apply stimuli at the dishes # Apply stimuli at the dishes
# Set BF weights to have one SP per CB for all beamlets and rely on the measured sky noise to provide ADC input # Set BF weights to have one SP per CB for all beamlets and rely on the measured sky noise to provide ADC input
command = 'ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py -v 3 %s %s --cmd 62 --cbeams 0:36 --pol 0,1 --subbands 0:511 --globalsp 56 --weight 32767,0' % (dishUnb, dishFn) command = 'python $UPE/peripherals/pi_apertif_system.py -v 3 %s %s --cmd 62 --cbeams 0:36 --pol 0,1 --subbands 0:511 --globalsp 56 --weight 32767,0' % (dishUnb, dishFn)
run_in_foreground(LCUS, command) run_in_foreground(LCUS, command)
tc.sleep(2) tc.sleep(2)
# Verify expected results at central # Verify expected results at central
......
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