A graphical user interface for MNE
Project description
MNELAB is a graphical user interface (GUI) for MNE, a Python package for EEG/MEG analysis.
Changelog
Check out the changelog to learn what we added, changed or fixed in the latest release.
Dependencies
MNELAB requires Python >= 3.8 and the following packages:
- mne >= 0.22.0
- QtPy >= 1.9.0
- PyQt5 >= 5.10.0 or PySide2 >= 5.10.0
- numpy >= 1.14.0
- scipy >= 1.0.0
- matplotlib >= 2.1.0
- pyobjc-framework-Cocoa >= 5.2.0 (macOS only)
Optional dependencies provide additional features if installed:
- scikit-learn >= 0.20.0 (ICA computation with FastICA)
- python-picard >= 0.4.0 (ICA computation with PICARD)
- pyxdf >= 1.16.0 (XDF import)
- pyEDFlib >= 0.1.15 (EDF/BDF export)
- pybv 0.4.0 (BrainVision VHDR/VMRK/EEG export)
Installation
Make sure you have either PySide2
or PyQt5
installed. If you have neither, we recommend PySide2
, which you can install with pip install PySide2
. Then install MNELAB with:
pip install mnelab
To use all MNELAB features, all optional dependencies should also be installed:
pip install scikit-learn python-picard pyxdf pyEDFlib pybv
You can start MNELAB in a terminal with mnelab
or python -m mnelab
. On Windows, make sure to use Command Prompt (cmd.exe
) or PowerShell (powershell.exe
) – the mnelab
command does not work in Git Bash.
If you use Arch Linux, you can alternatively install the python-mnelab AUR package (note that this also requires the python-mne AUR package).
Instead of the latest release, you can also install the latest development version as follows:
pip install git+https://github.com/cbrnr/mnelab
Contributing
The contributing guide contains detailed instructions on how to contribute to MNELAB.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mnelab-0.6.5.tar.gz
.
File metadata
- Download URL: mnelab-0.6.5.tar.gz
- Upload date:
- Size: 716.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0995adb56e5c7311a242af36c7709dfbb5ea9c4436c13de4d454347922bc194a |
|
MD5 | 451fa526030c2c11e74d7c6f366c523f |
|
BLAKE2b-256 | 3a4a00cac1abe8ab19f6572787f1f47e04f01045c76ead34bb0febaf603059f8 |
File details
Details for the file mnelab-0.6.5-py3-none-any.whl
.
File metadata
- Download URL: mnelab-0.6.5-py3-none-any.whl
- Upload date:
- Size: 68.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14c59ab5a05e3a637b01a52c03843fe56dcb5de8727364e6a6798ee501ab613b |
|
MD5 | 7d91f0235cef089a9aaaddcf2a2d7516 |
|
BLAKE2b-256 | a923396acd12982e6c82f0a5fc6b99ddecc601b26bc9371c637a8ed485f98981 |