From 212157284342a6511ce22addf4292e3ba9132de7 Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Tue, 4 Jul 2017 10:20:36 +0000 Subject: [PATCH] -Added comments; -Also running test_arts0.sh for SC4. --- applications/apertif/commissioning/dish_commands.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index 01f10ae132..8842b2230e 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -244,9 +244,12 @@ python $UPE/peripherals/util_diag_wg_wideband.py --unb $UNBS --bn 0:3 -n 4 --sp #esac ############################################################################### -# Write front end beamformer settings +# Write front end beamformer settings: +# . 24 subbands in beam 0 +# . beam 0 = beamlets 0,2,4,..,46; central PAF element (56) processed by FN0 +# . beam 1 = beamlets 1,3,5,..,47; near-central PAF element (??) processed by BN0 ############################################################################### -if [ "$APP" == "arts_sc1" ]; then +if [ "$APP" == "arts_sc1" ] || [ "$APP" == "arts_sc4" ]; then ssh boudewijn@localhost sh /home/boudewijn/SVN/apertif/commissioning/trunk/test_scripts/python/test_arts_0.sh fi -- GitLab