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

Default now use BN FilterBank 17790 (fixed filterbank bug) and FN BeamFormer...

Default now use BN FilterBank 17790 (fixed filterbank bug) and FN BeamFormer 17352 (same as Apertif SR2.6) for Arts SC1 and SC4.
parent d2e793c8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment