Skip to content

Commit

Permalink
Small edits in nls work on ants_multimodal
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed May 22, 2016
1 parent bd71618 commit e1e402c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connectomics/ea_isolate_fa.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function ea_isolate_fa(directory,options)

% Constants DTI
parametersDTI=[];
parametersDTI.BackgroundThreshold=150;
parametersDTI.BackgroundThreshold=120;
parametersDTI.WhiteMatterExtractionThreshold=0.10;
parametersDTI.textdisplay=true;

Expand Down
2 changes: 1 addition & 1 deletion ea_normalize_ants_multimodal.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
usebrainmask=1;

directory=[options.root,options.patientname,filesep];

options.coregmr.method=2; % hard-code to ANTs for now here.
cnt=1;

if usebrainmask
Expand Down
2 changes: 2 additions & 0 deletions ext_libs/dcm2nii/ea_dcm2nii.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ function ea_dcm2nii(inputimage)
delete([pth,filesep,'o',fn,ext]);
movefile([pth,filesep,'co',fn,ext],inputimage);
catch
try
movefile([pth,filesep,'c',fn,ext],inputimage);
end
end

0 comments on commit e1e402c

Please sign in to comment.