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

Relax solution name matching

parent 82903fe7
Branches
Tags
1 merge request!56Relax solution name matching
Pipeline #80515 passed
...@@ -7,7 +7,7 @@ SOLSDIR=${2} ...@@ -7,7 +7,7 @@ SOLSDIR=${2}
MSNAME=${3} MSNAME=${3}
C=0 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 killMS2H5parm.py --solset sol000 --verbose DIS2_$(printf "%02d" $C).h5 $f
((C++)) ((C++))
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment