From 96a80c36966d8fb960d928ab7611b4bf39e858a6 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Thu, 5 Jul 2018 09:27:57 +0000
Subject: [PATCH] -Made Apertif Dev image point to correlator image of July
 4th, 2018.  . Reason: r18172 did not seem to include post-filterbank
 quantization.

---
 applications/apertif/commissioning/central_commands.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index a659dc1c80..e990543935 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -47,7 +47,7 @@ echo central_commands.sh: Polarisation : $POL
 if [ "$APP" == "apertif-ag" ]; then
     IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
 elif [ "$APP" == "apertif-dev" ]; then
-    IMAGE=/home/kooistra/images/apertif_unb1_correlator_full-r18172.rbf # SR2.5
+    IMAGE=/home/schuur/apertif_unb1_correlator_full-r18593.rbf # Image of July 4th, 2018. Reason: r18172 did not seem to include post-filterbank quantization.
 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
-- 
GitLab