Daniel McCloy

Results 258 comments of Daniel McCloy

OMG, the tragedies unearthed by this PR! I've just discovered that `[raw|epochs|evoked].plot_projs_topomap()` all have a `ch_type` argument that is *silently ignored*. `raw.plot_projs_topomap(ch_type="foo")` just works. *EDIT:* fixed in 61a1746

OK I've visually inspected all the changed tutorials and fixed a couple inconsistencies between this PR and `main`. I'm ignoring small things like different amount of spacing between topomap and...

> if we do so we should probably just get rid of standard_1020 altogether and have `standard_1020_sphere` and `standard_1020_realistic` as the new options to force people to be explicit about...

Thanks for this issue. `mne.coreg` has been on our list of under-documented functionality for quite some time, and it would be great to have a proper, thorough tutorial that focused...

the "background noise" is a bad channel, and is missing in the second example because `pick_types` defaults to `exclude='bads'`. The overplotted scale bars are indeed a problem though, will look...

> @drammock LMK if you could need a hand here! if you have bandwidth to look at this, I don't currently; I might on friday?

I see no downside to always returning the `dict`

none of these are blockers for 0.22 IMO.

Have you seen https://pypi.org/project/sphinx-remove-toctrees/ ?

@braxtons12 your `conf.py` on lines 72-73 says: ```py "pygment_light_style": "manni", "pygment_dark_style": "manni", ``` Wouldn't you expect the highlighting to be the same in that case?