From 503f3654701129dba8073de443329422b57c949b Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Fri, 3 Aug 2018 11:31:14 +0000
Subject: [PATCH] Must use /home/kooistra/svnroot/UniBoard_FP7/RadioHDL/trunk
 in path to file, because ~ path may differ per account.

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

diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh
index 5d65b714d9..0955ec259d 100755
--- a/applications/apertif/commissioning/dish_commands.sh
+++ b/applications/apertif/commissioning/dish_commands.sh
@@ -274,7 +274,7 @@ if [ "$RUN" == "True" ]; then
     # Overwrite subband filterbank FIR coefficients
     ###############################################################################
     #python $UPE/peripherals/pi_apertif_system.py --unb $UNBS --bn 0:3 --sp 0:3 --cmd 32 -v 4"   # Lofar coeffs = reset default in firmware
-    python $UPE/peripherals/pi_apertif_system.py --unb $UNBS --bn 0:3 --sp 0:3 --cmd 32 -v 4 --filename ~/svnroot/UniBoard_FP7/RadioHDL/trunk/applications/apertif/matlab/data/Coeffs16384Kaiser-quant-nodc.dat  # Lofar No DC coeffs
+    python $UPE/peripherals/pi_apertif_system.py --unb $UNBS --bn 0:3 --sp 0:3 --cmd 32 -v 4 --filename $RADIOHDL/applications/apertif/matlab/data/Coeffs16384Kaiser-quant-nodc.dat  # Lofar No DC coeffs
     
     ###############################################################################
     # Set PPS delay to compensate for PPS coax cable length and fiber delay
-- 
GitLab