diff --git a/spm_mb_fit.m b/spm_mb_fit.m index 5aa585b..38847a1 100644 --- a/spm_mb_fit.m +++ b/spm_mb_fit.m @@ -107,7 +107,7 @@ % Finished rigid alignment? % Note that for limited field of view templates, the objective % function can increase as well as decrease. - if it0>12 && abs(oE-E/nvox(dat)) < sett.tol*2 + if it0>12 && abs(oE-E/nvox(dat)) < sett.tol*1e-1*0.5 countdown = countdown - 1; if countdown==0 break;