Clemens Brunner

Results 84 issues of Clemens Brunner

Some biosignals require filtering before they can be visualized, e.g. EEG recorded without any HP filter typically has huge drifts. The auto-centering function, which centers each channel around its mean,...

enhancement
user interface

Right now we support only about 8-9 different file formats, but libbiosig supports many more.

enhancement

I don't see the need for three separate toolbars. Therefore, I suggest to combine them into one toolbar and add separators to group icons accordingly.

user interface

I think this should be v1.6.30 instead.

In many studies we conduct, people solve simple arithmetic problems. I am interested in EEG activity during the problem solving phase, which differs in length (1) from epoch to epoch...

Every call to a plotting function produces two plots in a notebook, e.g.: ![Screen Shot 2022-09-15 at 15 16 29](https://user-images.githubusercontent.com/4377312/190413441-721822f2-c1eb-496c-81c8-c7e1559ebb8f.png) This is because our functions return the figure, which then...

Fixes #11164. I think this is all that's needed structurally, now the only problem I have is that I don't know what even half of these options mean. In addition,...

Our milestone 1.2 is overdue, and we would like to cut a release this week or next. There are already a lot of open PRs and issues tagged with 1.2,...

`mne.get_config("")` is mostly there for informational/interactive purposes, it's only used twice in the codebase in ways that should be compatible with `dict` too: ```console $ git grep "get_config('')" mne/utils/tests/test_config.py:24: assert...

I found some issues with our recently added EDF export that we might want to fix before the next release: 1. The error if `EDFlib-Python` is not installed is misleading,...

BUG