diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index fa4d761083ba6afd37165b6dd2871d8412d0118b..0d81cdd335d0058217dd5d5bca80a58507e28bfe 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 5c87a137d30322d398b0b243707fa12cc1069e77..01f10ae132f44d060aba8639f928753a95b6dada 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