Skip to content

Commit

Permalink
Merge pull request #170 from lucklab/erplab_ver9.2
Browse files Browse the repository at this point in the history
ERPLAB version 9.2
  • Loading branch information
ammsimmons authored May 25, 2023
2 parents 90c969d + c986435 commit cfa2f3e
Show file tree
Hide file tree
Showing 525 changed files with 87,651 additions and 2,595 deletions.
Empty file modified GUIs/DQ_Spectra_GUI.fig
100644 → 100755
Empty file.
Empty file modified GUIs/DQ_Spectra_GUI.m
100644 → 100755
Empty file.
Empty file modified GUIs/DQ_Table_GUI.fig
100644 → 100755
Empty file.
Empty file modified GUIs/DQ_Table_GUI.m
100644 → 100755
Empty file.
Empty file modified GUIs/DQ_preavg.fig
100644 → 100755
Empty file.
Empty file modified GUIs/DQ_preavg.m
100644 → 100755
Empty file.
Empty file modified GUIs/averagerGUI.fig
100644 → 100755
Empty file.
Empty file modified GUIs/averagerGUI.m
100644 → 100755
Empty file.
Empty file modified GUIs/averagerxGUI.fig
100644 → 100755
Empty file.
Empty file modified GUIs/averagerxGUI.m
100644 → 100755
Empty file.
Empty file modified GUIs/avg_data_quality.fig
100644 → 100755
Empty file.
Empty file modified GUIs/avg_data_quality.m
100644 → 100755
Empty file.
Binary file modified GUIs/binoperGUI.fig
Binary file not shown.
662 changes: 345 additions & 317 deletions GUIs/binoperGUI.m

Large diffs are not rendered by default.

Binary file modified GUIs/chanoperGUI.fig
Binary file not shown.
32 changes: 29 additions & 3 deletions GUIs/chanoperGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,34 @@ function chanoperGUI_OpeningFcn(hObject, eventdata, handles, varargin)
%
% Name & version
%
version = geterplabversion;
ERPtooltype = erpgettoolversion('tooltype');
if ~isempty(ERPtooltype)
if strcmpi(ERPtooltype,'EStudio')
Toolabel = 1;%%Get label from work space to confirm whether EStudio was executed.
else
Toolabel = 0;
end
else
Toolabel = 1;
end

if Toolabel
erplab_studio_default_values;
version = erplabstudiover;
set(handles.gui_chassis,'Name', ['EStudio',version,' - Channel Operation > Advanced GUI for ',typedata])
handles = painterplabstudio(handles);
handles = setfonterplabestudio(handles);
handles.pushbutton_RUN.String = 'OK';
else
version = geterplabversion;
set(handles.gui_chassis,'Name', ['ERPLAB ' version ' - Channel Operation GUI for ' typedata])
%
handles = painterplab(handles);
handles = setfonterplab(handles);
end




% formulas = erpworkingmemory(formtype);

Expand Down Expand Up @@ -172,12 +198,12 @@ function chanoperGUI_OpeningFcn(hObject, eventdata, handles, varargin)
%
% Color GUI
%
handles = painterplab(handles);
% handles = painterplab(handles);

%
% Set font size
%
handles = setfonterplab(handles);
% handles = setfonterplab(handles);

% Update handles structure
guidata(hObject, handles);
Expand Down
Empty file modified GUIs/continuousFFT.fig
100644 → 100755
Empty file.
Empty file modified GUIs/continuousFFT.m
100644 → 100755
Empty file.
Empty file modified GUIs/continuousartifactGUI.m
100644 → 100755
Empty file.
Binary file added GUIs/f_ERP_simulation_GUI.fig
Binary file not shown.
Loading

0 comments on commit cfa2f3e

Please sign in to comment.