Clemens Brunner

Results 84 issues of Clemens Brunner

The LaTeX log can already be viewed by opening the bottom bar (if it is closed it can be opened by clicking on the half-circle up arrow button when the...

enhancement
help wanted
feedback
pinned
hacktoberfest

I think it would be nice to have an option to select the theme in the preferences dialog. It should include "light", "dark", and "auto". The caveat at the moment...

I think it would be useful to add a new option to show channel stats as obtained with `raw.describe()` (which returns a Pandas dataframe), e.g.: ```ch name type unit min...

It would be useful if MNELAB showed event stats somewhere (i.e. how many events are present for each event type). The Events dialog would be a good option.

enhancement

I think it would be great if users could read custom montage files (in addition to the built-in ones). This could be integrated into the existing dialog.

enhancement

Currently, strings streams are only supported if they have a sampling frequency of zero (i.e. marker streams). However, regularly sampled streams (i.e. fs > 0) can also have a dtype...

enhancement

The batch rename channels dialog currently uses a dict mapping old names to new names. However, `mne.rename_channels` also supports a callable, which is exactly what the dialog uses. We should...

Currently light/dark theme detection works only on macOS. On Windows and Linux, Qt apps still don't have native dark theme support 😞.

Would it be a good idea to offer standalone installers, e.g. via [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/index.html)? If it's not too much effort maybe this would be a nice option for people completely unfamiliar...

In some situations, using a GUI is just slower than typing a command, for example when renaming a bunch of channels according to a specific scheme. In such cases, the...

enhancement