Pause EZview work for now
This commit is contained in:
@@ -1892,14 +1892,13 @@ function HMapRange_Callback(hObject, eventdata, handles)
|
||||
% flip=upper(answer(2));
|
||||
end
|
||||
|
||||
function SetExpJobsFolder_Callback(hObject, eventdata, handles)
|
||||
function setScansDir_Callback(hObject, eventdata, handles)
|
||||
% hObject handle to SetExpJobsFolder (see GCBO)
|
||||
% eventdata reserved - to be defined in a future version of MATLAB
|
||||
% handles structure with handles and user data (see GUIDATA
|
||||
if ~exist('usrExpJobsDir','var')
|
||||
selpath=uigetdir('default','Set /ExpJobs Folder')
|
||||
usrExpJobsDir=selpath;
|
||||
end
|
||||
% if ~exist('scansDir','var')
|
||||
scansDir=uigetdir('default','Set Project Scans Folder')
|
||||
% end
|
||||
end
|
||||
|
||||
% Executes on button press in zonePB1.
|
||||
|
||||
Reference in New Issue
Block a user