From d5b08bf8534bffbefa2480f6124eaec367ba5a1c Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 27 Jul 2018 10:19:19 +0000
Subject: [PATCH] Use latest images FB with nodc LOFAR subband coefficients. BF
 with clipping, Correlator with channel filter and large output DB. Th
 batch_test.py regression test went OK.

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

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index fbdfc11053..7f495707df 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -45,11 +45,9 @@ echo central_commands.sh: Polarisation : $POL
 
 # Select correct firmware image for this application
 if [ "$APP" == "apertif-ag" ]; then
-    #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
     IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
 elif [ "$APP" == "apertif-dev" ]; then
-    #IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
-    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18593.rbf # D.Schuur 6-7-2018
+    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18616.rbf
 elif [ "$APP" == "arts_sc1" ]; then
 #    IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
     IMAGE=/home/schuur/arts_unb1_sc1-r18242.rbf #Corrected BSN monitor register name to fix false error message of central_status.py
diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index 91836e0a03..dafed14fd0 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -68,8 +68,8 @@ if [ "$APP" == "apertif-ag" ]; then
     IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
     IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
 else
-    IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18210.rbf
-    IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18231.rbf
+    IMAGE_FB=/home/kooistra/images/apertif_unb1_bn_filterbank-r18612.rbf
+    IMAGE_BF=/home/kooistra/images/apertif_unb1_fn_beamformer_trans-r18612.rbf
 fi
 
 #Extract the RBF file names (without path and extention)
-- 
GitLab