Skip to content
Snippets Groups Projects
Commit 1810c694 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix running script

parent 7a69ecfb
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97826 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
SCRIPT_DIR=$(dirname $0)
cp ${DATA_DIR}/*.h5parm . cp ${DATA_DIR}/*.h5parm .
DP3 msin.datacolumn=DATA\ DP3 msin.datacolumn=DATA\
...@@ -14,5 +14,5 @@ DP3 msin.datacolumn=DATA\ ...@@ -14,5 +14,5 @@ DP3 msin.datacolumn=DATA\
numthreads=40 \ numthreads=40 \
verbosity=verbose \ verbosity=verbose \
time_logging=true \ time_logging=true \
msout=. msout=. \
ddecal.parset ${SCRIPT_DIR}/ddecal.parset
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment