Richard Höchenberger
Richard Höchenberger
(Based on a discussion I had with @SophieHerbst, and sleeping 10 nights or so over it) The configs that users generate are actually typically nothing but config "stubs". When running...
A discussion with @crsegerie, @SophieHerbst, and @agramfort (which was later continued between @SophieHerbst and me) highlighted a bunch of issues: 1. By asking users to run the pipeline via `run.py`,...
Probably caused by the fact that the events plot is created via `Report.parse_folder()`
Food for thought: https://mne.discourse.group/t/strange-source-activity-with-lcmv-beamformer-in-volume-source-space-empty-room-covariance/2549/14
I believe populating the ICA figures currently takes so long because we're calculating the PSDs over and over again. Wonder if we could re-use it, but haven't really looked into...
cc @agramfort @jasmainak @sappelhoff I want to make a first tagged release, ideally very soon (end of this week / sometime next week). I will try to polish some things...
https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
As discussed in https://github.com/mne-tools/mne-study-template/pull/123
_Probably needs to be solved upstream, but dropping it here for initial discussion_ Currently, bad channel detection via `find_bad_channels_maxwell()` works on a global scale: if a user-defined threshold is exceeded...