Richard Höchenberger

Results 183 issues of Richard Höchenberger

While we should keep the current CircleCI-based test setup with the relatively large number of test datasets, I believe we should run some basic tests (with a single, smaller dataset)...

tests

### Before merging … - [ ] Changelog has been updated (`docs/source/changes.md`)

I wanted to try out SSP for EOG artifact removal from my EEG data. I don't have an ECG channel and this makes impossible to use SSP in the pipeline,...

documentation
preprocessing
easy

Make it such that when using "virtual" EOG channels (e.g., typically these would be frontal EEG channels), the PTP rejection with the thresholds specified in `ica_reject` will treat these channels...

### Before merging … - [x] Changelog has been updated (`docs/source/changes.md`)

I'm handling EEG data where bads may vary from one block ("run") to another. I'm seeing the following problem when running `preprocessing/make_epochs`: ```python │23:10:33│ ❌ sub-184 A critical error occurred....

bug

Just some thoughts and ideas, again mostly as a memo to myself: - new setting: `decoding_multiclass_conditions` - full-epochs decoding: - visualize a confusion matrix - full-epochs decoding based on CSP:...

enhancement
mvpa

https://github.com/pypa/setuptools_scm/#retrieving-package-version-at-runtime

### Describe the problem Working with EEG data, I find myself writing the following to ensure more complete metadata: ```python bp_written = mne_bids.write_raw_bids(...) # Update EEG metadata bp_eeg_json = bp_written.update(extension=".json")...

enhancement