Who even knows at this point

This commit is contained in:
2024-07-30 13:42:48 -04:00
parent fe9b338324
commit 79e3676ed3
38 changed files with 465 additions and 746 deletions

View File

@@ -3,7 +3,7 @@ function varargout = EZviewGui(varargin)
% EZVIEWGUI, by itself, creates a new EZVIEWGUI or raises the existing
% singleton*.
%
% H = EZVIEWGUI returns the handle to a new EZVIEWGUI or the handle to
% H=EZVIEWGUI returns the handle to a new EZVIEWGUI or the handle to
% the existing singleton*.
%
% EZVIEWGUI('CALLBACK',hObject,eventData,handles,...) calls the local
@@ -20,8 +20,8 @@ function varargout = EZviewGui(varargin)
%
% See also: GUIDE, GUIDATA, GUIHANDLES
gui_Singleton = 0;
gui_State = struct( ...
gui_Singleton=0;
gui_State=struct( ...
'gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @EZviewGui_OpeningFcn, ...
@@ -30,11 +30,11 @@ function varargout = EZviewGui(varargin)
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
gui_State.gui_Callback=str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
[varargout{1:nargout}]=gui_mainfcn(gui_State, varargin{:});
else
try
gui_mainfcn(gui_State, varargin{:});
@@ -52,7 +52,7 @@ function EZviewGui_OpeningFcn(hObject, eventdata, handles, varargin)
% varargin command line arguments to EZviewGui (see VARARGIN)
% Choose default command line output for EZviewGui
handles.output = hObject;
handles.output=hObject;
% Update handles structure
guidata(hObject, handles);
@@ -94,13 +94,13 @@ function EZviewGui_OpeningFcn(hObject, eventdata, handles, varargin)
end
% Outputs from this function are returned to the command line.
function varargout = EZviewGui_OutputFcn(hObject, eventdata, handles)
function varargout=EZviewGui_OutputFcn(hObject, eventdata, handles)
% varargout cell array for returning output args (see VARARGOUT);
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
varargout{1}=handles.output;
end
% Menu bar
@@ -368,7 +368,7 @@ function clrOlay1_Callback(hObject, eventdata, handles)
Exp(1).traceN= 0;
%Exp(1).cTraceN= 0;
Exp(1).hOL =[]; Exp(1).hOLb=[];
Exp(1).hOLname = {}; Exp(1).hOLexpNm={}; Exp(1).hOLresDir={};
Exp(1).hOLname={}; Exp(1).hOLexpNm={}; Exp(1).hOLresDir={};
Exp(1).hOLplateNum=[];
Exp(1).hOLresDir= {};
cla(ghandles.Dlaxes1); cla(ghandles.Dkaxes1); cla(ghandles.Draxes1);
@@ -587,7 +587,7 @@ function clrOlay2_Callback(hObject, eventdata, handles)
%Exp(2).cTraceN= 0;
Exp(2).hOL =[]; Exp(2).hOLb=[];
Exp(2).hOLname = {}; Exp(2).hOLexpNm={}; Exp(2).hOLresDir={}
Exp(2).hOLname={}; Exp(2).hOLexpNm={}; Exp(2).hOLresDir={}
Exp(2).hOLplateNum=[];
Exp(2).hOLresDir= {};
@@ -801,7 +801,7 @@ function clrOlay3_Callback(hObject, eventdata, handles)
%Exp(3).cTraceN= 0;
Exp(3).hOL =[]; Exp(3).hOLb=[];
Exp(3).hOLname = {}; Exp(3).hOLexpNm={}; Exp(3).hOLresDir={}
Exp(3).hOLname={}; Exp(3).hOLexpNm={}; Exp(3).hOLresDir={}
Exp(3).hOLplateNum=[];
Exp(3).hOLresDir= {};
@@ -1534,7 +1534,7 @@ set(ghandles.OLexp1,'string',{''})
cla(ghandles.OLaxes1)
Exp(1).traceN=0;
Exp(1).hOL =[]; Exp(1).hOLb=[];
Exp(1).hOLname = {}; Exp(1).hOLexpNm={}; Exp(1).hOLresDir={}
Exp(1).hOLname={}; Exp(1).hOLexpNm={}; Exp(1).hOLresDir={}
Exp(1).hOLplateNum=[];
Exp(1).hOLresDir= {};
@@ -1543,7 +1543,7 @@ set(ghandles.OLexp2,'string',{''})
cla(ghandles.OLaxes2)
Exp(2).traceN=0;
Exp(2).hOL =[]; Exp(2).hOLb=[];
Exp(2).hOLname = {}; Exp(2).hOLexpNm={}; Exp(2).hOLresDir={}
Exp(2).hOLname={}; Exp(2).hOLexpNm={}; Exp(2).hOLresDir={}
Exp(2).hOLplateNum=[];
Exp(2).hOLresDir= {};
@@ -1552,7 +1552,7 @@ set(ghandles.OLexp3,'string',{''})
cla(ghandles.OLaxes3);
Exp(3).traceN=0;
Exp(3).hOL =[]; Exp(3).hOLb=[];
Exp(3).hOLname = {}; Exp(3).hOLexpNm={}; Exp(3).hOLresDir={}
Exp(3).hOLname={}; Exp(3).hOLexpNm={}; Exp(3).hOLresDir={}
Exp(3).hOLplateNum=[];
Exp(3).hOLresDir= {};
%}
@@ -1946,7 +1946,7 @@ function zonePB2_Callback(hObject, eventdata, handles)
global ghandles
global zonePB
zonePB = 2
zonePB=2
%if get(handles.zonePB2,'value')==0, set(handles.zonePB2,'value',1); end
set(handles.zonePB2,'value',1);
DexpN= get(handles.DN2,'value')