Skip to content

Commit

Permalink
DEFAULT: diffeo regularisation
Browse files Browse the repository at this point in the history
It has been found (empirically) that slighly more diffeo regularisation makes the algorithm more stable.
  • Loading branch information
brudfors authored Feb 8, 2022
1 parent ca0af0b commit 7f7e1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spm_CTseg.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
if nargin < 6, skullstrip = false; end
if nargin < 7, vox = NaN; end
if nargin < 8
v_settings = [0.00001 0 0.4 0.1 0.4];
v_settings = [0.00001 0 0.4 0.1 0.4] * 2;
elseif numel(v_settings) == 1
v_settings = [0.00001 0 0.4 0.1 0.4] .* v_settings;
end
Expand Down

0 comments on commit 7f7e1f1

Please sign in to comment.