Skip to content
Snippets Groups Projects
Commit c9f9167f authored by Frits Sweijen's avatar Frits Sweijen
Browse files

Relax solution name matching

parent 82903fe7
No related branches found
No related tags found
1 merge request!56Relax solution name matching
Pipeline #80515 passed
......@@ -7,7 +7,7 @@ SOLSDIR=${2}
MSNAME=${3}
C=0
for f in ${SOLSDIR}/*MHz_uv_pre-cal.ms/*DIS2*.sols.npz; do
for f in ${SOLSDIR}/*pre-cal.ms/*DIS2*.sols.npz; do
killMS2H5parm.py --solset sol000 --verbose DIS2_$(printf "%02d" $C).h5 $f
((C++))
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment