Skip to content

Commit

Permalink
v1.4.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed May 17, 2016
1 parent 5245766 commit 5965e62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.8.6
1.4.8.7
1 change: 1 addition & 0 deletions connectomics/ea_ft_globaltracking_reisert.m
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down
1 change: 1 addition & 0 deletions connectomics/ea_perform_lc.m
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5965e62

Please sign in to comment.