Daniel McCloy

Results 108 issues of Daniel McCloy

The GFP curve in `mne.viz.plot_evoked` is plotted above the y-axis spine. But that is not limited to the GFP-only case, the channels are also plotted above the y-axis in other...

EASY
VIZ

In analyzing a dataset that is *not* longitudinal I hit a bug introduced in #987 where the pipeline tries to use a fs_subject of `subj_sess` in cases where it's not...

Computing time-weighted average head position doesn't handle split FIF files. I'm pretty sure (but need to check) that the headpos (when computed by MBP) is originally computed with all splits...

in https://github.com/mne-tools/mne-bids-pipeline/issues/1045#issuecomment-2620085432 I noticed that a source space in a dataset I had was called `...oct-6-src.fif` whereas the pipeline was expecting `...oct6-src.fif` (note the lack of `-` between `oct` and...

BEP042 has been accepted/merged, which introduces new possibilties for coordsystem.json files. Specifically: - there may be multiple `coordsystem.json` files, each defining coordinates for a different part of the body -...

MNE-BIDS is too restrictive in looking for sidecar files. BIDS allows sidecars to be at dataset root (above the `sub-*` level) but `_find_matching_sidecar()` looks only within `sub-*` folders. An example...

There will be a bit of work due to a change in stdlib's tarfile module; by default it won't untar links to absolute paths anymore, which breaks some CIs. >...

> I actually thought passing `empty_room` would store it in the subject's directory. We should definitely support this. In fact, I'd suggest this should become our default behavior… _Originally posted...