File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
if nargin < 6 , skullstrip = false ; end
86
86
if nargin < 7 , vox = NaN ; end
87
87
if nargin < 8
88
- v_settings = [0.00001 0 0.4 0.1 0.4 ] * 2 ;
88
+ v_settings = [0.0001 0 0.4 0.1 0.4 ] * 2 ;
89
89
elseif numel(v_settings ) == 1
90
- v_settings = [0.00001 0 0.4 0.1 0.4 ] .* v_settings ;
90
+ v_settings = [0.0001 0 0.4 0.1 0.4 ] .* v_settings ;
91
91
end
92
- if nargin < 9 , tol = 0.5 * 0. 001 ; end
92
+ if nargin < 9 , tol = 0.001 ; end
93
93
94
94
% check MATLAB path
95
95
% --------------------------------------------------------------------------
192
192
run.v_settings = v_settings ;
193
193
run.tol = tol ;
194
194
run.aff = ' Aff(3)' ;
195
- run.del_settings = 1e3 ;
195
+ run.del_settings = 1 ;
196
196
% image
197
197
run.gmm.pr.file = {pth_int };
198
198
run.gmm.pr.hyperpriors = [];
199
199
run.gmm.chan.images = {Nii(1 ).dat.fname};
200
200
run.gmm.chan.modality = 2 ;
201
- run.gmm.chan.inu.inu_reg = 1e6 ;
201
+ run.gmm.chan.inu.inu_reg = 1e7 ;
202
202
% output settings
203
203
out = struct ;
204
204
out.result = {fullfile(run.odir{1 },[' mb_fit_' run .onam ' .mat' ])};
You can’t perform that action at this time.
0 commit comments