Switch to unified view

a b/functions/adminfunc/eeg_helpmenu.m
1
% EEGLAB menus:
2
% File
3
%       Import data
4
%             Using EEGLAB functions and plugins
5
%                   From ASCII/float file or Matlab array - <a href="matlab:helpwin pop_importdata">pop_importdata</a>
6
%                   From Netstation binary simple file - <a href="matlab:helpwin pop_readegi">pop_readegi</a>
7
%                   From Netstation .MFF file - <a href="matlab:helpwin pop_readegimff">pop_readegimff</a>
8
%                   From Multiple seg. Netstation files - <a href="matlab:helpwin pop_readsegegi">pop_readsegegi</a>
9
%                   From Netstation Matlab files - <a href="matlab:helpwin pop_importegimat">pop_importegimat</a>
10
%                   From BCI2000 ASCII file - <a href="matlab:helpwin pop_loadbci">pop_loadbci</a>
11
%                   From Snapmaster .SMA file - <a href="matlab:helpwin pop_snapread">pop_snapread</a>
12
%                   From Neuroscan .CNT file - <a href="matlab:helpwin pop_loadcnt">pop_loadcnt</a>
13
%                   From Neuroscan .EEG file - <a href="matlab:helpwin pop_loadeeg">pop_loadeeg</a>
14
%                   From Biosemi BDF file (BIOSIG toolbox) - <a href="matlab:helpwin pop_biosig">pop_biosig</a>
15
%                   From EDF/EDF+/GDF files (BIOSIG toolbox) - <a href="matlab:helpwin pop_biosig">pop_biosig</a>
16
%                   From Biosemi BDF and EDF files (BDF plugin) - <a href="matlab:helpwin pop_readbdf">pop_readbdf</a>
17
%                   From BrainRT .SIG file - <a href="matlab:helpwin pop_readbrainrt">pop_readbrainrt</a>
18
%                   Import EKG file and adjust latencies - <a href="matlab:helpwin pop_importekgtxtfile">pop_importekgtxtfile</a>
19
%                   From ANT EEProbe .CNT file - <a href="matlab:helpwin pop_loadeep">pop_loadeep</a>
20
%                   From ANT EEProbe .AVR file - <a href="matlab:helpwin pop_loadeep_avg">pop_loadeep_avg</a>
21
%                   From BCI2000 .DAT file - <a href="matlab:helpwin pop_loadBCI2000">pop_loadBCI2000</a>
22
%                   From BIOPAC MATLAB files - <a href="matlab:helpwin pop_biopac">pop_biopac</a>
23
%                   From Brain Vis. Rec. .vhdr file - <a href="matlab:helpwin pop_loadbv">pop_loadbv</a>
24
%                   From Brain Vis. Anal. Matlab file - <a href="matlab:helpwin pop_loadbva">pop_loadbva</a>
25
%                   From CTF folder (MEG) - <a href="matlab:helpwin pop_ctf_read">pop_ctf_read</a>
26
%                   From ERPSS .RAW or .RDF file - <a href="matlab:helpwin pop_read_erpss">pop_read_erpss</a>
27
%                   From INStep .ASC file - <a href="matlab:helpwin pop_loadascinstep">pop_loadascinstep</a>
28
%                   From 4D .m4d pdf file - <a href="matlab:helpwin pop_read4d">pop_read4d</a>
29
%                   From nihonkohden data files - <a href="matlab:helpwin pop_nihonkohden">pop_nihonkohden</a>
30
%                   From Procom Infinity Text File - <a href="matlab:helpwin pop_importpi">pop_importpi</a>
31
%             Using the FILE-IO interface - <a href="matlab:helpwin pop_fileio">pop_fileio</a>
32
%             Using the BIOSIG interface - <a href="matlab:helpwin pop_biosig">pop_biosig</a>
33
%             Troubleshooting data formats...
34
%       Import epoch info
35
%             From Matlab array or ASCII file - <a href="matlab:helpwin pop_importepoch">pop_importepoch</a>
36
%             From Neuroscan .DAT file - <a href="matlab:helpwin pop_loaddat">pop_loaddat</a>
37
%       Import event info
38
%             From Matlab array or ASCII file - <a href="matlab:helpwin pop_importevent">pop_importevent</a>
39
%             From data channel - <a href="matlab:helpwin pop_chanevent">pop_chanevent</a>
40
%             From Presentation .LOG file - <a href="matlab:helpwin pop_importpres">pop_importpres</a>
41
%             From E-Prime ASCII (text) file - <a href="matlab:helpwin pop_importevent">pop_importevent</a>
42
%             From Neuroscan .ev2 file - <a href="matlab:helpwin pop_importev2">pop_importev2</a>
43
%       Export
44
%             Data and ICA activity to text file - <a href="matlab:helpwin pop_export">pop_export</a>
45
%             Weight matrix to text file - <a href="matlab:helpwin pop_expica">pop_expica</a>
46
%             Inverse weight matrix to text file - <a href="matlab:helpwin pop_expica">pop_expica</a>
47
%             Events to text file - <a href="matlab:helpwin pop_expevents">pop_expevents</a>
48
%             Data to EDF/BDF/GDF file - <a href="matlab:helpwin pop_writeeeg">pop_writeeeg</a>
49
%             Write Brain Vis. exchange format file - <a href="matlab:helpwin pop_writebva">pop_writebva</a>
50
%       Load existing dataset - <a href="matlab:helpwin pop_loadset">pop_loadset</a>
51
%       Save current dataset(s) - <a href="matlab:helpwin pop_saveset">pop_saveset</a>
52
%       Save current dataset as - <a href="matlab:helpwin pop_saveset">pop_saveset</a>
53
%       Clear dataset(s) - <a href="matlab:helpwin pop_delset">pop_delset</a>
54
%       Create study
55
%             Using all loaded datasets - <a href="matlab:helpwin pop_study">pop_study</a>
56
%             Browse for datasets - <a href="matlab:helpwin pop_study">pop_study</a>
57
%             Simple ERP STUDY - <a href="matlab:helpwin pop_studyerp">pop_studyerp</a>
58
%       Load existing study - <a href="matlab:helpwin pop_loadstudy">pop_loadstudy</a>
59
%       Save current study - <a href="matlab:helpwin pop_savestudy">pop_savestudy</a>
60
%       Save current study as - <a href="matlab:helpwin pop_savestudy">pop_savestudy</a>
61
%       Clear study
62
%       Memory and other options - <a href="matlab:helpwin pop_editoptions">pop_editoptions</a>
63
%       History scripts
64
%             Save dataset history script - <a href="matlab:helpwin pop_saveh">pop_saveh</a>
65
%             Save session history script - <a href="matlab:helpwin pop_saveh">pop_saveh</a>
66
%             Run script - <a href="matlab:helpwin pop_runscript">pop_runscript</a>
67
%       Quit - <a href="matlab:helpwin pop_saveh">pop_saveh</a>
68
% Edit
69
%       Dataset info - <a href="matlab:helpwin pop_editset">pop_editset</a>
70
%       Event fields - <a href="matlab:helpwin pop_editeventfield">pop_editeventfield</a>
71
%       Event values - <a href="matlab:helpwin pop_editeventvals">pop_editeventvals</a>
72
%       About this dataset - <a href="matlab:helpwin pop_comments">pop_comments</a>
73
%       Channel locations - <a href="matlab:helpwin pop_chanedit">pop_chanedit</a>
74
%       Select data - <a href="matlab:helpwin pop_select">pop_select</a>
75
%       Select data using events - <a href="matlab:helpwin pop_rmdat">pop_rmdat</a>
76
%       Select epochs or events - <a href="matlab:helpwin pop_selectevent">pop_selectevent</a>
77
%       Copy current dataset - <a href="matlab:helpwin pop_copyset">pop_copyset</a>
78
%       Append datasets - <a href="matlab:helpwin pop_mergeset">pop_mergeset</a>
79
%       Delete dataset(s) from memory - <a href="matlab:helpwin pop_delset">pop_delset</a>
80
%       Edit events & mark bad channels - <a href="matlab:helpwin pop_VisEd">pop_VisEd</a>
81
% Tools
82
%       Change sampling rate - <a href="matlab:helpwin pop_resample">pop_resample</a>
83
%       Filter the data
84
%             Basic FIR filter (new) - <a href="matlab:helpwin pop_eegfiltnew">pop_eegfiltnew</a>
85
%             Windowed sinc FIR filter - <a href="matlab:helpwin pop_firws">pop_firws</a>
86
%             Parks-McClellan (equiripple) FIR filter - <a href="matlab:helpwin pop_firpm">pop_firpm</a>
87
%             Moving average FIR filter - <a href="matlab:helpwin pop_firma">pop_firma</a>
88
%             Basic FIR filter (legacy) - <a href="matlab:helpwin pop_eegfilt">pop_eegfilt</a>
89
%             Basic FIR filter (new) - <a href="matlab:helpwin pop_eegfiltnew">pop_eegfiltnew</a>
90
%             Windowed sinc FIR filter - <a href="matlab:helpwin pop_firws">pop_firws</a>
91
%             Parks-McClellan (equiripple) FIR filter - <a href="matlab:helpwin pop_firpm">pop_firpm</a>
92
%             Moving average FIR filter - <a href="matlab:helpwin pop_firma">pop_firma</a>
93
%             Short non-linear IIR filter - <a href="matlab:helpwin pop_iirfilt">pop_iirfilt</a>
94
%       Re-reference - <a href="matlab:helpwin pop_reref">pop_reref</a>
95
%       Interpolate electrodes - <a href="matlab:helpwin pop_interp">pop_interp</a>
96
%       Reject continuous data by eye - <a href="matlab:helpwin pop_eegplot">pop_eegplot</a>
97
%       Extract epochs - <a href="matlab:helpwin pop_epoch">pop_epoch</a>
98
%       Remove baseline - <a href="matlab:helpwin pop_rmbase">pop_rmbase</a>
99
%       Run ICA - <a href="matlab:helpwin pop_runica">pop_runica</a>
100
%       Remove components - <a href="matlab:helpwin pop_subcomp">pop_subcomp</a>
101
%       Automatic channel rejection - <a href="matlab:helpwin pop_rejchan">pop_rejchan</a>
102
%       Automatic continuous rejection - <a href="matlab:helpwin pop_rejcont">pop_rejcont</a>
103
%       Automatic epoch rejection - <a href="matlab:helpwin pop_autorej">pop_autorej</a>
104
%       Reject data epochs
105
%             Reject data (all methods) - <a href="matlab:helpwin pop_rejmenu">pop_rejmenu</a>
106
%             Reject by inspection - <a href="matlab:helpwin pop_eegplot">pop_eegplot</a>
107
%             Reject extreme values - <a href="matlab:helpwin pop_eegthresh">pop_eegthresh</a>
108
%             Reject by linear trend/variance - <a href="matlab:helpwin pop_rejtrend">pop_rejtrend</a>
109
%             Reject by probability - <a href="matlab:helpwin pop_jointprob">pop_jointprob</a>
110
%             Reject by kurtosis - <a href="matlab:helpwin pop_rejkurt">pop_rejkurt</a>
111
%             Reject by spectra - <a href="matlab:helpwin pop_rejspec">pop_rejspec</a>
112
%             Export marks to ICA reject - <a href="matlab:helpwin eeg_checkset">eeg_checkset</a>
113
%             Reject marked epochs - <a href="matlab:helpwin pop_rejepoch">pop_rejepoch</a>
114
%       Reject data using ICA
115
%             Reject components by map - <a href="matlab:helpwin pop_selectcomps">pop_selectcomps</a>
116
%             Reject data (all methods) - <a href="matlab:helpwin pop_rejmenu">pop_rejmenu</a>
117
%             Reject by inspection - <a href="matlab:helpwin pop_eegplot">pop_eegplot</a>
118
%             Reject extreme values - <a href="matlab:helpwin pop_eegthresh">pop_eegthresh</a>
119
%             Reject by linear trend/variance - <a href="matlab:helpwin pop_rejtrend">pop_rejtrend</a>
120
%             Reject by probability - <a href="matlab:helpwin pop_jointprob">pop_jointprob</a>
121
%             Reject by kurtosis - <a href="matlab:helpwin pop_rejkurt">pop_rejkurt</a>
122
%             Reject by spectra - <a href="matlab:helpwin pop_rejspec">pop_rejspec</a>
123
%             Export marks to data reject - <a href="matlab:helpwin eeg_checkset">eeg_checkset</a>
124
%             Reject marked epochs - <a href="matlab:helpwin pop_rejepoch">pop_rejepoch</a>
125
%       Locate dipoles using DIPFIT 2.x
126
%             Head model and settings - <a href="matlab:helpwin pop_dipfit_settings">pop_dipfit_settings</a>
127
%             Coarse fit (grid scan) - <a href="matlab:helpwin pop_dipfit_gridsearch">pop_dipfit_gridsearch</a>
128
%             Fine fit (iterative) - <a href="matlab:helpwin pop_dipfit_nonlinear">pop_dipfit_nonlinear</a>
129
%             Autofit (coarse fit, fine fit & plot) - <a href="matlab:helpwin pop_multifit">pop_multifit</a>
130
%             Plot component dipoles - <a href="matlab:helpwin pop_dipplot">pop_dipplot</a>
131
%       Peak detection using EEG toolbox
132
%       FMRIB Tools
133
%             FASTR: Remove FMRI gradient artifacts - <a href="matlab:helpwin pop_fmrib_fastr">pop_fmrib_fastr</a>
134
%             Detect QRS events - <a href="matlab:helpwin pop_fmrib_qrsdetect">pop_fmrib_qrsdetect</a>
135
%             Remove pulse artifacts - <a href="matlab:helpwin pop_fmrib_pas">pop_fmrib_pas</a>
136
%       Locate dipoles using LORETA
137
%             Export components to LORETA - <a href="matlab:helpwin pop_eeglab2loreta">pop_eeglab2loreta</a>
138
% Plot
139
%       Channel locations
140
%             By name - <a href="matlab:helpwin topoplot">topoplot</a>
141
%             By number - <a href="matlab:helpwin topoplot">topoplot</a>
142
%       Channel data (scroll) - <a href="matlab:helpwin pop_eegplot">pop_eegplot</a>
143
%       Channel spectra and maps - <a href="matlab:helpwin pop_spectopo">pop_spectopo</a>
144
%       Channel properties - <a href="matlab:helpwin pop_prop">pop_prop</a>
145
%       Channel ERP image - <a href="matlab:helpwin pop_erpimage">pop_erpimage</a>
146
%       Channel ERPs
147
%             With scalp maps - <a href="matlab:helpwin pop_timtopo">pop_timtopo</a>
148
%             In scalp/rect. array - <a href="matlab:helpwin pop_plottopo">pop_plottopo</a>
149
%       ERP map series
150
%             In 2-D - <a href="matlab:helpwin pop_topoplot">pop_topoplot</a>
151
%             In 3-D - <a href="matlab:helpwin pop_headplot">pop_headplot</a>
152
%       Sum/Compare ERPs - <a href="matlab:helpwin pop_comperp">pop_comperp</a>
153
%       Component activations (scroll) - <a href="matlab:helpwin pop_eegplot">pop_eegplot</a>
154
%       Component spectra and maps - <a href="matlab:helpwin pop_spectopo">pop_spectopo</a>
155
%       Component maps
156
%             In 2-D - <a href="matlab:helpwin pop_topoplot">pop_topoplot</a>
157
%             In 3-D - <a href="matlab:helpwin pop_headplot">pop_headplot</a>
158
%       Component properties - <a href="matlab:helpwin pop_prop">pop_prop</a>
159
%       Component ERP image - <a href="matlab:helpwin pop_erpimage">pop_erpimage</a>
160
%       Component ERPs
161
%             With component maps - <a href="matlab:helpwin pop_envtopo">pop_envtopo</a>
162
%             With comp. maps (compare) - <a href="matlab:helpwin pop_envtopo">pop_envtopo</a>
163
%             In rectangular array - <a href="matlab:helpwin pop_plotdata">pop_plotdata</a>
164
%       Sum/Compare comp. ERPs - <a href="matlab:helpwin pop_comperp">pop_comperp</a>
165
%       Data statistics
166
%             Channel statistics - <a href="matlab:helpwin pop_signalstat">pop_signalstat</a>
167
%             Component statistics - <a href="matlab:helpwin pop_signalstat">pop_signalstat</a>
168
%             Event statistics - <a href="matlab:helpwin pop_eventstat">pop_eventstat</a>
169
%       Time-frequency transforms
170
%             Channel time-frequency - <a href="matlab:helpwin pop_newtimef">pop_newtimef</a>
171
%             Channel cross-coherence - <a href="matlab:helpwin pop_newcrossf">pop_newcrossf</a>
172
%             Component time-frequency - <a href="matlab:helpwin pop_newtimef">pop_newtimef</a>
173
%             Component cross-coherence - <a href="matlab:helpwin pop_newcrossf">pop_newcrossf</a>
174
%       Cluster dataset ICs - <a href="matlab:helpwin pop_miclust">pop_miclust</a>
175
% Study
176
%       Edit study info - <a href="matlab:helpwin pop_study">pop_study</a>
177
%       Select/Edit study design(s) - <a href="matlab:helpwin pop_studydesign">pop_studydesign</a>
178
%       Precompute channel measures - <a href="matlab:helpwin pop_precomp">pop_precomp</a>
179
%       Plot channel measures - <a href="matlab:helpwin pop_chanplot">pop_chanplot</a>
180
%       Precompute component measures - <a href="matlab:helpwin pop_precomp">pop_precomp</a>
181
%       PCA clustering (original)
182
%             Build preclustering array - <a href="matlab:helpwin pop_preclust">pop_preclust</a>
183
%             Cluster components - <a href="matlab:helpwin pop_clust">pop_clust</a>
184
%       Edit/plot clusters - <a href="matlab:helpwin pop_clustedit">pop_clustedit</a>
185
%       Cluster components by correlation (CORRMAP) - <a href="matlab:helpwin pop_corrmap">pop_corrmap</a>
186
% Datasets
187
%       Select multiple datasets - <a href="matlab:helpwin pop_chansel">pop_chansel</a>
188
% Help
189
%       Upgrade to the Latest Version
190
%       About EEGLAB
191
%       About EEGLAB help - <a href="matlab:helpwin eeg_helphelp">eeg_helphelp</a>
192
%       EEGLAB menus - <a href="matlab:helpwin eeg_helpmenu">eeg_helpmenu</a>
193
%       EEGLAB functions
194
%             Admin functions - <a href="matlab:helpwin eeg_helpadmin">eeg_helpadmin</a>
195
%             Interactive pop_ functions - <a href="matlab:helpwin eeg_helppop">eeg_helppop</a>
196
%             Signal processing functions - <a href="matlab:helpwin eeg_helpsigproc">eeg_helpsigproc</a>
197
%             Group processing (STUDY) functions - <a href="matlab:helpwin eeg_helpstudy">eeg_helpstudy</a>
198
%             Time-frequency functions - <a href="matlab:helpwin eeg_helptimefreq">eeg_helptimefreq</a>
199
%             Statistics functions - <a href="matlab:helpwin eeg_helpstatistics">eeg_helpstatistics</a>
200
%             Graphic interface builder functions - <a href="matlab:helpwin eeg_helpgui">eeg_helpgui</a>
201
%             Misceleanous functions (command line only) - <a href="matlab:helpwin eeg_helpmisc">eeg_helpmisc</a>
202
%       EEGLAB license
203
%       Web tutorial
204
%       Email the EEGLAB team