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

Put parset first

parent 00bc5440
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97835 failed
......@@ -7,7 +7,7 @@ cp ${DATA_DIR}/*.h5parm .
echo EXECUTING COMMAND:
echo DP3 msin.datacolumn=DATA\
echo DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
msin.nchan=50 \
msin.ntimes=15 \
......@@ -17,9 +17,9 @@ echo DP3 msin.datacolumn=DATA\
verbosity=verbose \
time_logging=true \
msout=. \
${SCRIPT_DIR}/ddecal.parset
DP3 msin.datacolumn=DATA\
DP3 ${SCRIPT_DIR}/ddecal.parset msin.datacolumn=DATA\
msin=${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms \
msin.nchan=50 \
msin.ntimes=15 \
......@@ -29,4 +29,4 @@ DP3 msin.datacolumn=DATA\
verbosity=verbose \
time_logging=true \
msout=. \
${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