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

Added mean_f0samples correctly

parent d279ace9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ subjdir=$1
numfib=`${FSLDIR}/bin/imglob ${subjdir}.bedpostX/diff_slices/data_slice_0000/f*samples* | wc -w | awk '{print $1}'`
if [ `${FSLDIR}/bin/imtest ${subjdir}.bedpostX/diff_slices/data_slice_0000/f0samples` -eq 1 ];then
numfib=$(($numfib - 1))
fi
fib=1
while [ $fib -le $numfib ]
do
......
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