From e8a85eec905c6cf7e02858066d72c002bf8fdaf4 Mon Sep 17 00:00:00 2001
From: Jonathan Hargreaves <hargreaves@astron.nl>
Date: Mon, 6 Nov 2017 09:48:46 +0000
Subject: [PATCH] Update rbf images used for SC$ testing

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

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index e6172a48b2..a000e56d8e 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -57,12 +57,9 @@ elif [ "$APP" == "apertif-sr2.6" ]; then
 elif [ "$APP" == "arts_sc1" ]; then
     IMAGE=/home/arts/arts_unb1_sc1-r16748.rbf
 elif [ "$APP" == "arts_sc4" ]; then
-    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17371.rbf # first 'working' version
-    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17505.rbf # data buffer before the filterbank
-    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17552.rbf # force and data buffer before the mesh
-    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17576_10GbEin.rbf # enable 10GbE output with 12 copies of IAB
-    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17615.rbf # test version with no 10GbE and bypassed channelizer
-    IMAGE=/home/hargreaves/arts_unb1_sc4-r17628.rbf # no 10GbE, data buffer after the WPFB, fixed packet size?
+    IMAGE=/home/hargreaves/arts_unb1_sc4-r17721.rbf # Pre-filter on, flip FFT, 1GbE
+    #IMAGE=/home/hargreaves/arts_unb1_sc4-r17735.rbf # Pre-filter on, flip FFT, 10GbE
+
 fi
 
 #Extract the RBF file names (without path and extention)
diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index b0bf902f55..a52bd2d9e2 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -68,6 +68,10 @@ elif [ "$APP" == "arts_sc1" ]; then
     IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # SR1
 elif [ "$APP" == "arts_sc4" ]; then
     IMAGE_BF=/home/daniel/apertif_unb1_fn_beamformer_trans-r17128.rbf # 14 april 2017. Fiber delay comp.
+    #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