Compare commits

...

2 Commits

Author SHA1 Message Date
be4489dc73 „README.md“ ändern 2021-03-29 16:45:25 +02:00
b621dbf9b0 „README.md“ ändern 2021-03-29 16:35:19 +02:00

View File

@@ -17,12 +17,13 @@ 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.
├── erp_analysis.py: The ERP-Analysis and computation of ERP peaks.
── decoding_tf_analysis.py: Decoding and time-frequency analysis.
── decoding_tf_analysis.py: Decoding and time-frequency analysis.
└── semesterproject_report_voggesberger: The report of the project.
```
### Running the project