Skip to content

Commit

Permalink
Update rereferencing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Feb 8, 2024
1 parent eac4476 commit 1c254a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/05_Preprocess/rereferencing.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Calculating average reference
Calculating an average reference is recommended for source localization.

Select <span style="color: brown">Tools → Re-reference the data</span> to
convert the dataset to average reference by calling the [pop_reref.m](http://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_reref.m) function. When you call this menu item for the
convert the dataset to average reference by calling the [pop_reref.m](https://sccn.ucsd.edu/eeglab/locatefile.php?file=pop_reref.m) function. When you call this menu item for the
first time for a given dataset, the following window pops up.


Expand Down Expand Up @@ -60,7 +60,7 @@ average reference assumption (the assumption that the average of all
electrodes is 0). The first step is to compute average reference and
declare Cz as the reference in the channel editor.

For this example, we will use the [TEST.CNT](http://sccn.ucsd.edu/eeglab/download/TEST.CNT) dataset. Save the file on your hard drive and import it in EEGLAB using menu item <span style="color: brown">File → Import data → Using EEGLAB functions and plugins → From Neuroscan .CNT file</span>.
For this example, we will use the [TEST.CNT](https://sccn.ucsd.edu/eeglab/download/TEST.CNT) dataset. Save the file on your hard drive and import it in EEGLAB using menu item <span style="color: brown">File → Import data → Using EEGLAB functions and plugins → From Neuroscan .CNT file</span>.

To declare Cz as a reference, call the channel editor window using the <span style="color: brown">Edit → Channel location</span> menu item, go to the last
channel and press the *Append* button. An empty channel is created.
Expand Down Expand Up @@ -117,4 +117,4 @@ as follow:

Re-reference at infinity
-------------------------
REST (Reference Electrode Standardization Technique) is a re-reference technique for translating multichannel EEG to a new dataset with reference at Infinity where the potential is zero/constant. It is implemented in the [REST](https://github.com/sccn/REST) EEGLAB plugin available on the EEGLAB plugin manager using the <span style="color: brown">File → Manage EEGLAB extension</span> menu item.
REST (Reference Electrode Standardization Technique) is a re-reference technique for translating multichannel EEG to a new dataset with reference at Infinity where the potential is zero/constant. It is implemented in the [REST](https://github.com/sccn/REST) EEGLAB plugin available on the EEGLAB plugin manager using the <span style="color: brown">File → Manage EEGLAB extension</span> menu item.

0 comments on commit 1c254a8

Please sign in to comment.