From 86915684e5518a657b075f51aed215c34f91045e Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Tue, 5 Dec 2017 15:02:57 +0000 Subject: [PATCH] Default now use BN FilterBank 17790 (fixed filterbank bug) and FN BeamFormer 17352 (same as Apertif SR2.6) for Arts SC1 and SC4. --- .../apertif/commissioning/dish_commands.sh | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index b58a957871..0c10ebb1b9 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) -- GitLab