Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Feb 7, 2019
1 parent 38a3004 commit 348b448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ea_checkstructures.m
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ function checkstructures_CloseRequestFcn(hObject, eventdata, handles)
ea_mkdir([directory,'fiducials',filesep,ea_getspace]);

if ~exist([directory,'fiducials',filesep,ea_getspace,filesep,uuid,'.nii'],'file')
nii=ea_load_nii([directory,'t1.nii']);
nii=ea_load_nii([ea_space,'t1.nii']);
nii.fname=[directory,'fiducials',filesep,ea_getspace,filesep,uuid,'.nii'];
nii.dt=[16,0];
nii.img(:)=0;
Expand Down

0 comments on commit 348b448

Please sign in to comment.