From 79a6dbf9105b36a05799244762cfb477414b4230 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Fri, 3 Nov 2017 14:11:30 +0000 Subject: [PATCH] Removed obsolete comment and sleep. --- applications/apertif/commissioning/dish_commands.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index af5f112802..b0bf902f55 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -57,8 +57,6 @@ IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf # Overrule to select correct firmware image for this application if [ "$APP" == "apertif" ]; then -# IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # with PPS delay compensation -# IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # with Fiber delay compensation IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf # SR2.0 IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR2.0 elif [ "$APP" == "apertif-sr2.6" ]; then @@ -68,7 +66,6 @@ elif [ "$APP" == "arts_sc1" ]; then # IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf # Augus 8: Yogesh conformed SC1 works with below image + transpose switch enabled. IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1 - sleep 1 elif [ "$APP" == "arts_sc4" ]; then IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # 14 april 2017. Fiber delay comp. fi @@ -212,7 +209,6 @@ python $UPE/apps/apertif_beamformer/util_apertif_beamformer.py --unb $UNBS --bn # * using -n 20 -r 6 is equivalent to using util_adu_i2c_commander.py -n 6 # * using -n 20 -r 0 is not equivalent to util_adu_i2c_commander.py -n 5, because # util_adu_i2c_commander.py -n 5 sets ADC 0 to 6 dB and ADC 1 to 0 dB -#python $UPE/peripherals/util_adu_i2c_commander.py --unb $UNBS --bn 0:3 --sp 0:3 -n 5 python $UPE/peripherals/util_adu_i2c_commander.py --unb $UNBS --bn 0:3 --sp 0:3 -n 20 -r 6 # Set ADU led on -- GitLab