You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: others/EEGLAB_Extensions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ To contribute a new plugin
71
71
--------------------------------------
72
72
73
73
See the simple instructions under [How to contribute to
74
-
EEGLAB](/tutorials/misc/Contributing_to_EEGLAB.html) to create EEGLAB compatible code.
74
+
EEGLAB](/tutorials/contribute/) to create EEGLAB compatible code.
75
75
76
76
Then, you may add your extension to the list above so that EEGLAB users can
77
77
download it automatically from within EEGLAB. To do this, use [this
@@ -250,7 +250,7 @@ We only include the most popular ones below.
250
250
251
251
-**[PACTools](https://github.com/sccn/PACTools)**: The Event-Related PACTools is an EEGLAB plugin to compute phase-amplitude coupling in single-subject data. In addition to traditional methods to compute PAC, the plugin includes the Instantaneous and Event-Related implementation of the Mutual Information Phase-Amplitude Coupling Method (MIPAC).
252
252
253
-
-**[PACT](http://sccn.ucsd.edu/wiki/PACT):** PACT is an EEGLAB extension for computing cross-frequency
253
+
-**[PACT](https://github.com/sccn/PACT):** PACT is an EEGLAB extension for computing cross-frequency
254
254
phase-amplitude coupling.
255
255
256
256
-**[erpsource](https://github.com/sccn/erpsource)**: Source localization of ERPs using eLoreta.
frequency of 1 Hz is equivalent to passband edge at 2 Hz
179
178
- When treating the line noise, use CleanLine() instead of notch
180
179
filter because the former is phase-invariant.
181
180
- When downsampling data (which is useful for multivariate Granger
182
181
causality analysis), use mild anti-aliasing filter and do not let
183
182
the stopband below the Nyquist frequency. In practice, use the
184
-
following example. In this example, you are downsampling your data to 200Hz, with the cutoff
185
-
frequency being 160Hz (i.e. 200Hz\*0.8) and the transient bandwidth 80Hz
186
-
(i.e. 200Hz\*0.4).
183
+
following example. In this example, you are downsampling your data to 200Hz, with the cutoff frequency being 160Hz (i.e. 200Hz\*0.8) and the transient bandwidth 80Hz (i.e. 200Hz\*0.4).
Copy file name to clipboardExpand all lines: tutorials/04_Import/Importing_Continuous_and_Epoched_Data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Importing continuous and epoched data
9
9
=======
10
10
{: .no_toc }
11
11
12
-
Refer to the [quickstart guide](/Tutorials/quickstart.html) to load an EEG data file, and scroll data. This section of the tutorial deals with importing raw data files in different formats, some of them only available through EEGLAB plugins.
12
+
Refer to the [quickstart guide](/tutorials/02_Quickstart/quickstart.html) to load an EEG data file, and scroll data. This section of the tutorial deals with importing raw data files in different formats, some of them only available through EEGLAB plugins.
13
13
14
14
<detailsopenmarkdown="block">
15
15
<summary>
@@ -88,7 +88,7 @@ toolbox command line function [shortread.m](http://sccn.ucsd.edu/eeglab/locatefi
88
88
to read data from a (16-bit) short-integer file. The resulting MATLAB
89
89
array may then be imported into EEGLAB, as shown above.
90
90
91
-
Once the data is imported, refer to the [quickstart guide](/Tutorials/quickstart.html) to scroll the data.
91
+
Once the data is imported, refer to the [quickstart guide](/tutorials/02_Quickstart/quickstart.html) to scroll the data.
92
92
93
93
### Importing a file containing a MATLAB structure
Copy file name to clipboardExpand all lines: tutorials/05_Preprocess/rereferencing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ grand_parent: Tutorials
7
7
---
8
8
Re-referencing the data
9
9
======
10
-
For detailed background theory on re-referencing EEG data, please refer to the [Appendix](/tutorials/IV.Appendix/rereferencing_background.html). We describe below how to specify the reference electrode(s) in EEGLAB and to (optionally) re-reference the data.
10
+
For detailed background theory on re-referencing EEG data, please refer to the [Appendix](/tutorials/ConceptsGuide/rereferencing_background.html). We describe below how to specify the reference electrode(s) in EEGLAB and to (optionally) re-reference the data.
Copy file name to clipboardExpand all lines: tutorials/06_RejectArtifacts/RunICA.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Independent Component Analysis for artifact removal
11
11
{: .no_toc }
12
12
13
13
Independent Component Analysis (ICA) may be used to remove/subtract artifacts embedded in the data (muscle, eye blinks, or eye movements) <i>without</i> removing the affected data portions. ICA may also be used to find brain sources, and we will come back to this topic in subsequent sections of the tutorial. For more theory and background
14
-
information on ICA you can also refer to the [Appendix](/tutorials/IV.Appendix/ICA_background.html).
14
+
information on ICA you can also refer to the [Appendix](/tutorials/ConceptsGuide/ICA_background.html).
15
15
16
16
<detailsopenmarkdown="block">
17
17
<summary>
@@ -67,7 +67,7 @@ To use the FastICA algorithm, one must install the [FastICA toolbox](http://www.
67
67
68
68
You may install the [Amica](https://github.com/japalmer29/amica) and [postAmicaUtility](https://github.com/sccn/postAmicaUtility) plugins to use Amica in EEGLAB. By contrast with other ICA algorithms, Amica does not use the standard ICA interface and creates its own sets of menus.
69
69
70
-
Refer to the [Appendix](/tutorials/IV.Appendix/ICA_background.html#note-on-ica-algorithms) for further information on
70
+
Refer to the [ICA concept guide](/tutorials/ConceptsGuide/ICA_background.html#note-on-ica-algorithms) for further information on
71
71
the different ICA algorithms.
72
72
73
73
*Important note*
@@ -80,7 +80,7 @@ then a considerable amount of data may be required to find N components.
80
80
When insufficient data are available, then use the 'pca' option to find fewer than N components may be the only good
81
81
option. In general, it is important to give ICA as
82
82
much data as possible for successful training.
83
-
Refer to [this Appendix section](/tutorials/IV.Appendix/ICA_background.html#how-many-data-points-do-i-need-to-run-an-ica) for more details.
83
+
Refer to [the ICA concept guide](/tutorials/ConceptsGuide/ICA_background.html#how-many-data-points-do-i-need-to-run-an-ica) for more details.
Copy file name to clipboardExpand all lines: tutorials/06_RejectArtifacts/cleanrawdata.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@ The result of rejecting data on the tutorial dataset are shown below. We can see
41
41
42
42
Automated artifact rejection using other methods
43
43
-------------------
44
-
The are several EEGLAB plugins and legacy EEGLAB menus to reject bad data and bad channels. Use menu item <spanstyle="color: brown">File → Preference</span> and check the checkbox to *If set, show all menu items from previous EEGLAB versions*. Restart EEGLAB for this change to take effect. A collection of menu items for rejecting bad portions of data become available. These involve <spanstyle="color: brown">Tools → Automatic channel rejection</span> (see the help message of the [pop_rejchan.m](http://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_rejchan.m) function) and <spanstyle="color: brown">Tools → Automatic continuous rejection</span> (see help of the [pop_rejcont.m](http://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_rejcont.m) function), which were the default methods used in previous versions of EEGLAB. A collection of menus to reject bad data epochs is also described in [this section of the tutorial](/Tutorials/Rejecting_Artifacts_Legacy_Menus.html).
44
+
The are several EEGLAB plugins and legacy EEGLAB menus to reject bad data and bad channels. Use menu item <spanstyle="color: brown">File → Preference</span> and check the checkbox to *If set, show all menu items from previous EEGLAB versions*. Restart EEGLAB for this change to take effect. A collection of menu items for rejecting bad portions of data become available. These involve <spanstyle="color: brown">Tools → Automatic channel rejection</span> (see the help message of the [pop_rejchan.m](http://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_rejchan.m) function) and <spanstyle="color: brown">Tools → Automatic continuous rejection</span> (see help of the [pop_rejcont.m](http://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_rejcont.m) function), which were the default methods used in previous versions of EEGLAB. A collection of menus to reject bad data epochs is also described in [this section of the tutorial](/tutorials/misc/Rejecting_Artifacts_Legacy_Menus.html).
Copy file name to clipboardExpand all lines: tutorials/10_Group_analysis/working_with_study_designs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,14 @@ This selection is equivalent to selecting the three conditions in the previous d
113
113
The list of independent variables is automatically generated
114
114
based on the STUDY definition information and also based on events from
115
115
each of the datasets. Every single event field (as visible in the <spanstyle="color: brown">Edit → Event values</span>) is automatically made visible. Note that only information about the time-locking event is shown, and other events within data epochs are ignored. However, EEGLAB populates empty fields within data epochs with information from other events within the same epochs. For example, events might have a field *correct* belonging to *reaction time* events (not the time-locking event) containing true or false. All events have the same fields so other events will also have a *correct* event field, which will be empty since it is not defined for these events. If this is the case, then the value (true or false) is automatically copied to all events within a given epoch, and may be selected as an independent variable in the GUI above. For details on what information is
116
-
being extracted from datasets, refer to the [STUDY design structure](/tutorials/multi-subject/EEGLAB-STUDY-data-structure.html)
116
+
being extracted from datasets, refer to the [STUDY design structure](/tutorials/ConceptsGuide/Data_Structures.html#the-studydesign-sub-structure)
117
117
tutorial.
118
118
119
119
You may also read the [event scripting tutorial](/tutorials/11_Scripting/Event_Processing_command_line.html#adding-event-information-for-group-analysis) for defining new independent variables based on event context.
120
120
121
121
### Plotting ERPs for two designs
122
122
123
-
We describe in detail data plotting in the group analysis data [visualisation tutorial](/tutorials/10_Group_analysis/study_data_visualization_tools.html). However, we will plot and compare the ERPs for these two designs.
123
+
We describe in detail data plotting in the group analysis data [visualization tutorial](/tutorials/10_Group_analysis/study_data_visualization_tools.html). However, we will plot and compare the ERPs for these two designs.
124
124
125
125
First, we need to precompute measures. Select menu item <spanstyle="color: brown">Study → Precompute channel measures</span>, click the *ERP* checkbox, and press *Ok* (interface not shown). Then select menu item <spanstyle="color: brown">Study → Plot channel measures</span>. The following interface pops up. Select electrode *Oz*.
126
126
@@ -158,7 +158,7 @@ Here we have one panel per memory load. To interpret this plot, we would need to
158
158
159
159
This simple example shows that the range of possibilities for STUDY
160
160
designs is large. More details about STUDY.design structure is available
161
-
in the [STUDY structure](/tutorials/multi-subject/EEGLAB-STUDY-data-structure.html)
161
+
in the [STUDY structure](/tutorials/ConceptsGuide/Data_Structures.html#the-study-structure)
162
162
part of the tutorial.
163
163
164
164
For more complex designs, one must use the LIMO EEGLAB plugin. Refer to the [LIMO plugin documentation](https://github.com/LIMO-EEG-Toolbox/limo_meeg/wiki) for more information.
0 commit comments