Skip to content
forked from cbrnr/mnelab

MNELAB - a graphical user interface (GUI) for MNE

License

Notifications You must be signed in to change notification settings

renaudmarquis/mnelab

 
 

Repository files navigation

Python 3.6 Python 3.7 License

MNELAB

Graphical user interface (GUI) for MNE, a Python-based toolbox for EEG/MEG analysis.

Screenshots

Dependencies

MNELAB requires Python >= 3.6. In addition, the following Python packages are required:

Optional dependencies provide additional features if installed:

In general, it is recommended to always use the latest package versions.

Features

  • Basic preprocessing (Filters, resampling, annotations of bads channels, importing of events and annotations, ICA processing, interpolation of bad channels, referencing...)
  • Epoching of raw data with markers or events, Evoking of epoched data.
  • Visualization tools (Raw data, Interactive epoch image plots, Interactive power spectrum density and Interactive Time-Frequency dialog)
  • Batch processing: Does the same process on a batch of files, like filtering, resampling or computing time-frequency or power spectrum density of each file.

Additional features

MNELAB comes with the following features that are not available in MNE:

  • Export raw to EDF/BDF (requires pyEDFlib)
  • Export raw to EEGLAB SET
  • Import Cartool format (.sef )
  • Import/Export to brainvision format (.vhdr)

Installation

A package on PyPI will be available soon. Meanwhile, to use MNELAB first install all dependencies (e.g. via pip or conda) and then download the source code. Unpack it into a folder of your choice and run python3 mnelab.py in this folder (if this does not work try python mnelab.py, just make sure to use Python 3).

License

  • MNELAB is under the BSD 3-clause license (Copyright (c) 2017, Clemens Brunner) original work
  • Philistine subfolder is under the BSD 3-clause license (Copyright (c) 2017--2018, Phillip Alday) original work
  • Modifications of original works are under the BSD 3-clause license (Copyright (c) 2019, Victor Férat, Tanguy Vivier)

About

MNELAB - a graphical user interface (GUI) for MNE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%