mnelab icon indicating copy to clipboard operation
mnelab copied to clipboard

MNELAB – a GUI for MNE

Results 45 mnelab issues
Sort by recently updated
recently updated
newest added

- Add a button to set bipolar references - Add a dialog to select channel by pair - Add the feature to save/open the selected channels to create bipolar reference...

I would like to be able to feed a default set of parameters to mnelab when it opens. The values I use for analysing and viewing EEG vs NIRS files...

enhancement

The plot PSD dialog could use some options, e.g. whether or not to exclude bad channels.

enhancement

It is possible to run ICA without a montage. However, when loading a montage afterwards, it should be possible to plot IC topoplots, but currently MNELAB crashes because the montage...

bug

Editing events and/or annotations should have history entries.

enhancement

Currently, the history for appending data does not reflect the correct MNE command (it shows data set names instead of data set objects, i.e. we need to show something like...

bug

The current implementation of `read_raw` (soon to be part of MNE) cannot distinguish between file formats that can contain either raw (continuous) or epoched data. For example, .FIF files can...

bug

Currently, the export machinery is a bit hacky and has grown over time. For example, there's one main function `export_file` in `mainwindow.py`, which calls specific export functions in `model.py`. However,...

enhancement

Currently, users can close an open data set even when the plot window is open. Upon closing the plot window, MNELAB crashes because the data set has been closed.

bug

At some point we should add tests - [pytest-qt](https://github.com/pytest-dev/pytest-qt) should work nicely (I hope).

enhancement