Richard Höchenberger

Results 183 issues of Richard Höchenberger

I just ran the group-average step for sensor data, and I received: ```shell [12:26:29] │ ⏳️ sensor/_99_group_average sub-average Adding decoding results. /Users/richardhochenberger/mambaforge/envs/TasIn/lib/python3.12/site-packages/seaborn/_base.py:948: FutureWarning: When grouping with a length-1 list-like, you...

Installing `mne` via `uv tool install` installs a different version depending on whether I request `mne` or `mne[full]`. ### `uv tool install mne` (installs `mne==1.8.0`) ```shell ❯ uv tool install...

needs-mre

## Summary The `fork-strategy` default value was overlooked in #9887.

documentation

This is what I'm seeing in one of our analyses: Would be great if the head could be automatically placed such that it won't overlap with the traces – maybe...

ENH
VIZ

### Description of the problem I just ran: ```python mne.preprocessing.annotate_break(raw=raw, min_break_duration=15) ``` and it produced one break segment that is, in my understanding, too short, given my specifications -- but...

### Description of the problem Reported on the forum: https://mne.discourse.group/t/channel-location-not-correctly-recognized-when-adding-two-reference-channels-using-add-reference-channels/11127 When calling `add_reference_channels()` with two channel names and subsequently setting a montage, both reference channels will be placed in the...

BUG

### Proposed documentation enhancement The API docs of [Raw.pick()](https://mne.tools/dev/generated/mne.io.Raw.html#mne.io.Raw.pick) look something like this: However, this doesn't make much sense, since the only returned type is a `Raw`. _I don't know...

DOC
BUG

Hello, would it be possible to provide binary wheels to simplify installation? Thanks, Richard

### Describe the new feature or enhancement Currently, `annotate_break()` ignores annotations starting with `bad` and `edge`. I'm working with BrainVision data, and each recording run starts with a `New Segment`...

ENH

> Surfa is a collection of Python utilities for medical image analysis and mesh-based surface processing. It provides tools that operate on 3D image arrays and triangular meshes with consideration...