Skip to content
Snippets Groups Projects
Commit 5b7e87cc authored by Stamatios Sotiropoulos's avatar Stamatios Sotiropoulos
Browse files

Remove the gradient-nonlin correction files if used

parent 3a7979a2
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@ if [ `imtest ${subjdir}.bedpostX/merged_th1samples` -eq 1 ];then
rm -rf ${subjdir}.bedpostX/diff_slices
rm -f ${subjdir}/data_slice_*
rm -f ${subjdir}/nodif_brain_mask_slice_*
if [ `imtest ${subjdir}/grad_dev_slice_0000` -eq 1 ];then
rm -f ${subjdir}/grad_dev_slice_*
fi
fi
fi
fi
......
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