Skip to content

Commit

Permalink
Fixed slab support
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Mar 22, 2017
1 parent 83785b4 commit 57c57e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ea_coreg_all_mri.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ea_coreg_all_mri(options,usebrainmask)
ea_conformspaceto([directory,presentfiles{1}],[directory,presentfiles{coregfi}],1);
end
% better slab support:
nii=ea_load_nii('V2.fname');
nii=ea_load_nii(V2.fname);
nii.img(abs(nii.img)<0.0001)=0;
ea_write_nii(nii);

Expand Down

0 comments on commit 57c57e6

Please sign in to comment.