diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index b58a9578713de20b40ed0383103bf7b28136f8af..0c10ebb1b9827d993a3fbbea218c82e89c929767 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -52,26 +52,29 @@ echo dish_commands.sh: Options : $OPTIONS echo dish_commands.sh: Polarisation : $POL # Default images that Hajee made (26 Jan 2017) -IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf -IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r16510_v2.rbf +#IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf +#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-r16579.rbf # SR2.0 - IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR2.0 + IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf + IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17128.rbf elif [ "$APP" == "apertif-sr2.6" ]; then - IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf # SR2.2 - IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf # SR2.3 + IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17352.rbf + IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf 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 + #IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf + #IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17128.rbf + IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17790.rbf + IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf elif [ "$APP" == "arts_sc4" ]; then - IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # 14 april 2017. Fiber delay comp. + #IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r16579.rbf + #IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17128.rbf + IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r17790.rbf + IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r17352.rbf #IMAGE_BF=/home/hargreaves/apertif_unb1_fn_beamformer_trans-r17524.rbf # 15 aug 2017. Force after bf #IMAGE_BF=/home/hargreaves/apertif_unb1_fn_beamformer_trans-r17576_usedb.rbf # 19 sep 2017. Enable 'terminal' data buffer #IMAGE_BF=/home/hargreaves/apertif_unb1_fn_beamformer_trans-r17576_nodb.rbf # 19 sep 2017. Disable 'terminal' data buffer - fi #Extract the RBF file names (without path and extention)