From 00bc54404ca1f53f87b6d6513a1c4133e14c3117 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Tue, 12 Nov 2024 11:21:21 +0100
Subject: [PATCH] Print command before executing

---
 integration_tests/dp3_ddecal.sh | 34 +++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

diff --git a/integration_tests/dp3_ddecal.sh b/integration_tests/dp3_ddecal.sh
index 23475a3..bd72ef5 100755
--- a/integration_tests/dp3_ddecal.sh
+++ b/integration_tests/dp3_ddecal.sh
@@ -5,14 +5,28 @@ DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
 SCRIPT_DIR=$(dirname $0)
 cp ${DATA_DIR}/*.h5parm . 
 
+
+echo EXECUTING COMMAND:
+echo DP3 msin.datacolumn=DATA\
+     msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
+     msin.nchan=50 \
+     msin.ntimes=15 \
+     msin.startchan=100 \
+     msin.starttime=05Mar2018/22:47:54.161 \
+     numthreads=40 \
+     verbosity=verbose \
+     time_logging=true \
+     msout=. \
+     ${SCRIPT_DIR}/ddecal.parset 
+
 DP3 msin.datacolumn=DATA\
-    msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
-    msin.nchan=50 \
-    msin.ntimes=15 \
-    msin.startchan=100 \
-    msin.starttime=05Mar2018/22:47:54.161 \
-    numthreads=40 \
-    verbosity=verbose \
-    time_logging=true \
-    msout=. \
-    ${SCRIPT_DIR}/ddecal.parset 
\ No newline at end of file
+     msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
+     msin.nchan=50 \
+     msin.ntimes=15 \
+     msin.startchan=100 \
+     msin.starttime=05Mar2018/22:47:54.161 \
+     numthreads=40 \
+     verbosity=verbose \
+     time_logging=true \
+     msout=. \
+     ${SCRIPT_DIR}/ddecal.parset 
\ No newline at end of file
-- 
GitLab