A new backend based on pyqtgraph for the 2D-Data-Browser in MNE-Python.
Project description
mne-qt-browser
A new backend based on pyqtgraph for the 2D-Data-Browser in MNE-Python.
This repository hosts the code for an alternative backend for plotting 2D-Data with MNE-Python.
The backend is based on pyqtgraph
which uses Qt's Graphics View Framework
for the plotting.
Development started as a 2021's Google Summer of Code Project.
Currently, only Raw.plot()
is supported. For the future support for Epochs
and ICA-Sources is planned.
Usage
Import mne-python
import mne
To use the new backend, set pyqtgraph
as backend with
mne.viz.set_browser_backend("pyqtgraph")
or to set it permanently with
mne.set_config('MNE_BROWSE_BACKEND', 'pyqtgraph')
Then load and plot your Raw-data, e.g. by using:
raw = mne.io.read_raw("path to your data")
raw.plot(block=True)
If you want to try the browser nust with the sample-dataset from mne-python,
run mne_qt_browser
from the terminal.
Report Bugs & Feature Requests
Please report bugs and feature requests in the issues of this repository.
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
File details
Details for the file mne-qt-browser-0.1.2.tar.gz
.
File metadata
- Download URL: mne-qt-browser-0.1.2.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8c448bfe8103d96e2c5888626abd71bafb603407633a7d994b37055e5108207 |
|
MD5 | d45a4cdb1a10d9ff905933159ff6b514 |
|
BLAKE2b-256 | 884ec256306ed5fc8079523780953f2080044ffadf5fcb6fe95136b7bc650b36 |