Compare commits
5 Commits
5f5e7ffcac
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| be4489dc73 | |||
| b621dbf9b0 | |||
| f554a5822f | |||
| dd2df8f1a8 | |||
| fc8cde3a88 |
@@ -17,12 +17,13 @@ The rest of the subjects were pre-processed with provided pre-processing informa
|
|||||||
├── test: Contains unittests and one visual check.
|
├── test: Contains unittests and one visual check.
|
||||||
├── utils: Contains helper methods
|
├── utils: Contains helper methods
|
||||||
| ├── ccs_eeg_semesterproject: Methods given in the lecture.
|
| ├── 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.
|
| ├── file_utils.py: Methods for reading in files and getting epochs.
|
||||||
| └── plot_utils.py: Methods for manually created plots.
|
| └── plot_utils.py: Methods for manually created plots.
|
||||||
├── preprocessing_and_cleaning.py: The preprocessing pipeline.
|
├── preprocessing_and_cleaning.py: The preprocessing pipeline.
|
||||||
├── erp_analysis.py: The ERP-Analysis and computation of ERP peaks.
|
├── 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
|
### Running the project
|
||||||
|
|||||||
@@ -254,6 +254,6 @@ def time_frequency(dataset, filename, scaling='lin', compute_tfr=True):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
mne.set_log_level(verbose=VERBOSE_LEVEL)
|
mne.set_log_level(verbose=VERBOSE_LEVEL)
|
||||||
ds = 'N170'
|
ds = 'N170'
|
||||||
# decoding(ds, 'faces_vs_cars', True)
|
decoding(ds, 'faces_vs_cars', True)
|
||||||
time_frequency(ds, 'face_intact_vs_all_0.1_50hz_ncf2', 'log', True)
|
time_frequency(ds, 'face_intact_vs_all_0.1_50hz_ncf2', 'log', True)
|
||||||
|
|
||||||
|
|||||||
BIN
semesterproject_report_voggesberger.pdf
Normal file
BIN
semesterproject_report_voggesberger.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user