From d3fd91a329cc6920f8502ae9e9f7191bb83f08a9 Mon Sep 17 00:00:00 2001 From: Benedikt Ehinger Date: Wed, 16 Oct 2024 08:39:27 +0200 Subject: [PATCH] Update ex1_overview.md --- exercises/ex1_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ex1_overview.md b/exercises/ex1_overview.md index 67257d4..bf3a1d1 100644 --- a/exercises/ex1_overview.md +++ b/exercises/ex1_overview.md @@ -18,7 +18,7 @@ We will be using a typical P3 oddball dataset. We expect a positive response ove If you want to read the details you can find it [here](https://psyarxiv.com/4azqm/). You can also investigate the `sub-030_task-P3_eeg.json` for a task description which is one of the files you will download next: -Please download the data from [](https://osf.io/9cnmx/) +Please download the data from [here](https://osf.io/9cnmx/) Next, you need the [ccs_eeg_utils.py](ccs_eeg_utils.py) file which you can add to your python code e.g. via