From 0f07db9efa186c33ec0c8c744c54ac617c973858 Mon Sep 17 00:00:00 2001
From: Boudewijn Hut <hut@astron.nl>
Date: Tue, 27 Jun 2017 12:07:44 +0000
Subject: [PATCH] Updated APERTIF image selection to match system release SR1

---
 applications/apertif/commissioning/central_commands.sh | 3 ++-
 applications/apertif/commissioning/dish_commands.sh    | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index fa4d761083..0d81cdd335 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -104,7 +104,8 @@ if [ "$APP" == "apertif" ]; then
     #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r16829.rbf    # Erics equivalent to r16744-v2
     # Daniel's image (2017, week 14) with increased MESH buffer depth. Fixes above issue.
     # IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf 
-    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # Erics image, 2 bit change to optimize quantisation in correlator (20 Jun 2017)
+    # IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r17164.rbf # Erics image, 2 bit change to optimize quantisation in correlator (20 Jun 2017)
+    IMAGE=/home/daniel/apertif_unb1_correlator_full-r17077.rbf # SR1
 elif [ "$APP" == "arts_sc1" ]; then
     IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
 elif [ "$APP" == "arts_sc4" ]; then
diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index 5c87a137d3..01f10ae132 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -69,8 +69,10 @@ 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-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 # SR1
+    IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1
 elif [ "$APP" == "arts_sc1" ]; then
     IMAGE_BF=$RADIOHDL/applications/arts/commissioning/sc1/apertif_unb1_fn_beamformer_base-r16106.rbf
 elif [ "$APP" == "arts_sc4" ]; then
-- 
GitLab