From be4489dc73758b5d080eac4fb6531212da407b5f Mon Sep 17 00:00:00 2001 From: Julius Date: Mon, 29 Mar 2021 16:45:25 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9d99a..ea347a7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The rest of the subjects were pre-processed with provided pre-processing informa ├── test: Contains unittests and one visual check. ├── utils: Contains helper methods | ├── ccs_eeg_semesterproject: Methods given in the lecture. -| ├── ccs_eeg_utils_reduced: Method for reading in BIDS. +| ├── ccs_eeg_utils_reduced: Method for reading in BIDS provided in the lecture. | ├── file_utils.py: Methods for reading in files and getting epochs. | └── plot_utils.py: Methods for manually created plots. ├── preprocessing_and_cleaning.py: The preprocessing pipeline.