Pause EZview work for now

This commit is contained in:
2024-07-31 14:23:14 -04:00
parent 019fb07f79
commit d69ac75fa0
7 changed files with 232 additions and 27 deletions

View File

@@ -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.