Skip to content

Commit

Permalink
FEAT: enable MRF clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
brudfors committed Mar 27, 2022
1 parent 9df1339 commit b287101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spm_CTseg.m
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
out.wc = find(tc(:,2))';
out.mwc = find(tc(:,3))';
out.vox = vox;
out.mrf = 1;
out.clean_gwc = struct('do',true,'gm',ix_gm,'wm',ix_wm,'csf',ix_csf,'level',1);

% fit model and write output
Expand Down

0 comments on commit b287101

Please sign in to comment.