Clemens Brunner

Results 84 issues of Clemens Brunner

It would be great if we didn't have to roll our own exporters. MNE switched to edfio recently, so we can probably just use their implementation. I'm not sure about...

I'd like to switch to MkDocs, just like we did for [SleepECG](https://sleepecg.readthedocs.io/en/stable/).

documentation

MNELAB already accepts one or more filenames as command line arguments. It would be nice to add a basic command line parser, so that some basic help text and a...

enhancement

Some files cannot be read because of a Unicode decoding error. It would be useful to have an option to set the encoding for such cases. An example of such...

### Description of the problem When trying to read a specific EEGLAB file, there is an error related to annotations and absolute onset time. This problem was reported in our...

BUG

#12358 left a bunch of strings that need to be converted from percent formatting to ideally f-strings. Ruff rule UP031 can then be enabled in `pyproject.toml`. I think it would...

EASY

### Description of the problem I'm not sure if highpass filters play nicely with (raw) data containing NaNs. If I filter such a signal, the NaN segment seems to get...

BUG

I thought about asking in our forum, but I decided to open an issue, because I think this is at least partly a documentation issue: I am confused by our...

What do people think about adding type hints to MNE? I know that this can be a controversial topic, and I myself have not been known to be a fan...