From 1c254a80e55d1002eb2d1742879677d1eb378442 Mon Sep 17 00:00:00 2001 From: Arnaud Delorme Date: Thu, 8 Feb 2024 10:54:47 -0800 Subject: [PATCH] Update rereferencing.md --- tutorials/05_Preprocess/rereferencing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/05_Preprocess/rereferencing.md b/tutorials/05_Preprocess/rereferencing.md index 5ca85dcc..2f900bc4 100644 --- a/tutorials/05_Preprocess/rereferencing.md +++ b/tutorials/05_Preprocess/rereferencing.md @@ -24,7 +24,7 @@ Calculating average reference Calculating an average reference is recommended for source localization. Select Tools → Re-reference the data 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. @@ -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 File → Import data → Using EEGLAB functions and plugins → From Neuroscan .CNT file. +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 File → Import data → Using EEGLAB functions and plugins → From Neuroscan .CNT file. To declare Cz as a reference, call the channel editor window using the Edit → Channel location menu item, go to the last channel and press the *Append* button. An empty channel is created. @@ -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 File → Manage EEGLAB extension menu item. \ No newline at end of file +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 File → Manage EEGLAB extension menu item.