diff --git a/.version.txt b/.version.txt index fa8c3b531..3467f3a8f 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -1.4.8.6 \ No newline at end of file +1.4.8.7 \ No newline at end of file diff --git a/connectomics/ea_ft_globaltracking_reisert.m b/connectomics/ea_ft_globaltracking_reisert.m index 384491a73..29e669809 100644 --- a/connectomics/ea_ft_globaltracking_reisert.m +++ b/connectomics/ea_ft_globaltracking_reisert.m @@ -52,6 +52,7 @@ %% Coreg options.prefs.prenii_unnormalized to b0 (for label.mat and FTR-Normalization) + matlabbatch{1}.spm.spatial.coreg.estwrite.ref = {[directory,options.prefs.b0,',1']}; matlabbatch{1}.spm.spatial.coreg.estwrite.source = {[directory,options.prefs.prenii_unnormalized,',1']}; matlabbatch{1}.spm.spatial.coreg.estwrite.other = {[directory,'c1',options.prefs.prenii_unnormalized,',1']; diff --git a/connectomics/ea_perform_lc.m b/connectomics/ea_perform_lc.m index 4b19dda19..07dc6b0c8 100644 --- a/connectomics/ea_perform_lc.m +++ b/connectomics/ea_perform_lc.m @@ -90,6 +90,7 @@ function ea_perform_ft_proxy(options) %#function ea_ft_mesotracking_reisert %#function ea_ft_deterministictracking_kroon %#function ea_ft_globaltracking_reisert + eval([options.lc.struc.ft.method,'(options)']); % triggers the fibertracking function and passes the options struct to it. try load([options.root,options.patientname,filesep,'ea_ftmethod_applied']); end if exist('ft_method_applied','var')