Skip to content

Commit

Permalink
Nudge resolution in mapper to structural since only applies to that.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashorn committed Jan 26, 2019
1 parent 269b1ad commit 9797519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified connectomics/mapper/lead_mapper.fig
Binary file not shown.
2 changes: 1 addition & 1 deletion ea_checkstructures.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ function ea_checkstructures_OpeningFcn(hObject, eventdata, handles, varargin)



set(handles.checkstructures,'Name','Check registration of specific structures.');



% add atlases contextmenu

options=varargin{1};
set(handles.checkstructures,'Name',['Check registration of specific structures: ',options.patientname]);
options.atlasset = 'DISTAL Minimal (Ewert 2017)'; % Force atlas to Distal for checkstructures (so it does not matter which atlas is set in the lead DBS window)

setappdata(handles.checkstructures,'options',options);
Expand Down

0 comments on commit 9797519

Please sign in to comment.