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

Removed obsolete comment and sleep.

parent e7ec222e
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,6 @@ IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf ...@@ -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 # Overrule to select correct firmware image for this application
if [ "$APP" == "apertif" ]; then 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_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 IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR2.0
elif [ "$APP" == "apertif-sr2.6" ]; then elif [ "$APP" == "apertif-sr2.6" ]; then
...@@ -68,7 +66,6 @@ elif [ "$APP" == "arts_sc1" ]; then ...@@ -68,7 +66,6 @@ elif [ "$APP" == "arts_sc1" ]; then
# IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf # 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. # Augus 8: Yogesh conformed SC1 works with below image + transpose switch enabled.
IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1 IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1
sleep 1
elif [ "$APP" == "arts_sc4" ]; then elif [ "$APP" == "arts_sc4" ]; then
IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # 14 april 2017. Fiber delay comp. IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # 14 april 2017. Fiber delay comp.
fi fi
...@@ -212,7 +209,6 @@ python $UPE/apps/apertif_beamformer/util_apertif_beamformer.py --unb $UNBS --bn ...@@ -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 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 # * 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 # 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 python $UPE/peripherals/util_adu_i2c_commander.py --unb $UNBS --bn 0:3 --sp 0:3 -n 20 -r 6
# Set ADU led on # Set ADU led on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment