Skip to content
Snippets Groups Projects
Commit e3e9a19a authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 11d84b5e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ full_list=`${FSLDIR}/bin/imglob -oneperimage vol*`
for i in $full_list ; do
echo processing $i
echo processing $i >> ${output}.ecclog
${FSLDIR}/bin/flirt -in $i -ref $output -nosearch -o $i >> ${output}.ecclog
${FSLDIR}/bin/flirt -in $i -ref $output -nosearch -o $i -paddingsize 1 >> ${output}.ecclog
done
avwmerge -t $output $full_list
......
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