📄 icadefs.m
字号:
% icadefs() - file of default filenames and constants to source in the ICA /ERP% package functions. Insert local dir reference below. %% Note: Edit this file to change local directories under Unix and Windows %% Author: Scott Makeig, SCCN/INC/UCSD, La Jolla, 05-20-97 % Copyright (C) 05-20-97 Scott Makeig, SCCN/INC/UCSD, scott@sccn.ucsd.edu%% This program is free software; you can redistribute it and/or modify% it under the terms of the GNU General Public License as published by% the Free Software Foundation; either version 2 of the License, or% (at your option) any later version.%% This program is distributed in the hope that it will be useful,% but WITHOUT ANY WARRANTY; without even the implied warranty of% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the% GNU General Public License for more details.%% You should have received a copy of the GNU General Public License% along with this program; if not, write to the Free Software% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA% $Log: icadefs.m,v $% Revision 1.26 2004/07/07 22:22:53 arno% add shrink warning%% Revision 1.25 2004/03/21 15:43:50 scott% changing back - EEG not imported from workspace to functions.%% Revision 1.24 2004/03/21 15:34:57 scott% debug same%% Revision 1.23 2004/03/21 15:33:29 scott% made DEFAULT_ELOC = 'EEG.chanlocs' for topoplot%% Revision 1.22 2003/11/25 23:01:29 arno% changing pluginmenucolor%% Revision 1.21 2003/11/25 22:56:32 arno% plugin menu color%% Revision 1.20 2003/07/18 14:22:44 scott% commented, increased max channel defaults%% Revision 1.19 2003/02/12 23:33:41 arno% changing default color if less or equal to 256 colors%% Revision 1.18 2002/11/15 17:57:33 arno% update example tutorials% URLs%% Revision 1.17 2002/11/15 15:52:57 arno% more help for local tutorial copies%% Revision 1.16 2002/11/15 15:44:37 arno% warning for tutorial path%% Revision 1.15 2002/11/13 17:57:03 arno% tutorial link update%% Revision 1.14 2002/08/18 23:54:06 arno% changing ica executable%% Revision 1.13 2002/08/14 16:58:59 arno% update for new release%% Revision 1.12 2002/08/12 14:50:47 arno% [6~color%% Revision 1.11 2002/08/12 14:40:25 arno% color%% Revision 1.10 2002/08/12 14:36:02 arno% color%% Revision 1.9 2002/08/12 14:30:17 arno% color%% Revision 1.8 2002/08/12 01:19:24 arno% change colors%% Revision 1.7 2002/08/11 22:46:44 arno% backcolor%% Revision 1.6 2002/08/11 19:26:11 arno% editing%% Revision 1.5 2002/07/31 23:30:10 arno% updating% ,%% Revision 1.4 2002/06/25 02:36:27 scott% removed outdated defs, clarified comments and layout -sm%% Revision 1.3 2002/05/01 18:22:55 arno% making binica available from everywhere%% Revision 1.2 2002/04/09 02:17:27 arno% adding comments for unused variables%% Revision 1.1 2002/04/05 17:36:45 jorn% Initial revision%% Version history:% 08-04-00 added ICA and SC -sm% 01-24-02 added directory check -ad% 01-25-02 reformated help & license -ad % ------------------------------------------------------% -------------- EEGLAB DEFINITION (V 4.0) -------------% ------------------------------------------------------TUTORIAL_URL = 'http://sccn.ucsd.edu/eeglab/eeglabdocs.html'; % online version% for local copies of the web site, uncomment and edit one of the following lines% TUTORIAL_URL = 'file://C:\folder\eeglabtutorial\eeglabdocs.html'; % Windows% TUTORIAL_URL = 'file:///home/user/eeglabtutorial/eeglabdocs.html'; % Unix% TUTORIAL_URL = 'file://::disk:folder:eeglabtutorial:eeglabdocs.html'; % MacICABINARY = 'ica_linux2.4'; % <=INSERT name of ica executable for binica.m % If none, use []SHRINKWARNING = 1; % warn user about the shrink factor% COLORS% ------if get(0, 'screendepth') <=8 % if mono or 8-bit color BACKCOLOR = [1 1 1]; % Background figure color BACKEEGLABCOLOR = [1 1 1]; % EEGLAB main window background GUIBUTTONCOLOR = [1 1 1]; % Buttons colors in figures GUIPOPBUTTONCOLOR = [1 1 1]; % Buttons colors in GUI windows GUIBACKCOLOR = [1 1 1]; % GUI background color GUITEXTCOLOR = [0 0 0]; % GUI foreground color for text PLUGINMENUCOLOR = [.5 0 .5]; % plugin menu colorelse % if full color screen BACKCOLOR = [.93 .96 1]; % Background figure color BACKEEGLABCOLOR = [.66 .76 1]; % EEGLAB main window background GUIBUTTONCOLOR = [.66 .76 1]; % Buttons colors in figures GUIPOPBUTTONCOLOR = [.93 .96 1]; % Buttons colors in GUI windows GUIBACKCOLOR = [.66 .76 1]; % GUI background color GUITEXTCOLOR = [0 0 0.4]; % GUI foreground color for text PLUGINMENUCOLOR = [.5 0 .5]; % plugin menu colorend;% THE FOLLOWING PARAMETERS WILL BE DEPRECATED IN LATER VERSIONS% -------------------------------------------------------------MAXENVPLOTCHANS = 264; % maximum number of channels to plot in envproj.mMAXPLOTDATACHANS = 264; % maximum number of channels to plot in dataplot.mMAXPLOTDATAEPOCHS = 264; % maximum number of epochs to plot in dataplot.mMAXEEGPLOTCHANS = 264; % maximum number of channels to plot in eegplot.mMAXTOPOPLOTCHANS = 264; % maximum number of channels to plot in topoplot.mDEFAULT_SRATE = 256.0175; % default sampling rate <-- RESET TO LOCAL DEFAULT SRATEDEFAULT_ELOC = 'chan.locs'; % default electrode location file for topoplot.mDEFAULT_EPOCH = 10; % default epoch width to plot in eegplot(s) (in sec)SC = ['binica.sc']; % Master .sc script file for binica.m % MATLAB will use first such file found % in its path of script directories. % Copy to pwd to alter ICA defaults
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -