Skip to content
Snippets Groups Projects
Commit 1503cbe7 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

small change

parent 24242e02
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ slice=0
while [ $slice -lt $nslices ]
do
slicezp=`$FSLDIR/bin/zeropad $slice 4`
if [ -f ${subjdir}.bedpostX/diff_slices/data_slice_$slicezp/dyads2.nii.gz ];then
if [ `$FSLDIR/bin/imtest ${subjdir}.bedpostX/diff_slices/data_slice_$slicezp/dyads1` -eq 1 ];then
echo "slice $slice has already been processed"
else
echo "${FSLDIR}/bin/bedpostx_single_slice.sh $subjdir $nfibres $fudge $burnin $njumps $sampleevery $slice" \
......
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