„README.md“ ändern

This commit is contained in:
2021-03-27 21:53:01 +01:00
parent e188cb97e8
commit 67660718da

View File

@@ -4,7 +4,8 @@ of human brain potentials (eeg) WS 2020/21
This repository holds the code of the semesterproject as well as the report.
The main files are 'preprocessing_and_cleaning.py', 'erp_analysis.py' and 'decoding_tf_analyis.py'.
The files hold:
- preprocessing_and_cleaning.py : Holds the pre-processing pipeline of the project. By executing the file all subjects are pre-processed. Subjects 001, 003, 014 are pre-processd with manually selected pre-processing information, all other subjects are pre-processed with the given pre-processing information. Details can be found in the comments of the code.
- preprocessing_and_cleaning.py : Holds the pre-processing pipeline of the project. By executing the file all subjects are pre-processed. Subjects 001, 003, 014 are pre-processed with manually selected pre-processing information, all other subjects are pre-processed with the given pre-processing information. Pre-processed cleaned data is saved in the BIDS file structure as 'sub-XXX_task-N170_cleaned.fif' where XXX is the subject number.
Details can be found in the comments of the code.
- erp_analysis.py : Hold the code for the erp-analysis. Computes the peak-differences and t-tests for several experimental contrasts. Details can be found in the comments of the code.
- decoding_tf_analysis.py : Holds the code for the decoding and time-frequency analysis. Details can be found in the comments of the code.