Skip to content

Commit

Permalink
amend to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed May 4, 2016
1 parent d37b9a8 commit 3a9f354
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/acpc2mni/ea_native2acpc.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@

fidpoints_vox=ea_getfidpoints(fidpoints_mm,tempfile);

[~,ptname]=fileparts(uidir{pt});
options.prefs=ea_prefs(ptname);

[options.root,options.patientname]=fileparts(uidir{pt});
options.root=[options.root,filesep];
options.prefs=ea_prefs(options.patientname);
options=ea_assignpretra(options);
% warp into patient space:

[fpinsub_mm] = ea_map_coords(fidpoints_vox', tempfile, [directory,'y_ea_normparams.nii'], '');
Expand Down

0 comments on commit 3a9f354

Please sign in to comment.