Skip to content
Snippets Groups Projects
Commit c29fe363 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent 0096f9ba
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ while [ ${avg} -le ${numavgs} ]; do
scan=`expr $scan + 1`;
done
avwmerge -t ${$}avg_${avg}_all `imglob -oneperimage ${$}avg_${avg}_scan_*`
add4d data ${$}avg_${avg}_all data;
avwmaths data -add ${$}avg_${avg}_all data;
avg=`expr $avg + 1`;
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment