Additional functionality for MNE-Python
Project description
MNExtend
This package provides additional functionality for working with MNE-Python, the most popular Python package for processing electrophysiological data (EEG, MEG, ...).
Features
Reading additional file formats
MNExtend provides readers for the following file formats that are not natively supported by MNE-Python:
In addition, MNExtend adds the following readers from third-party packages:
Together with the native MNE-Python readers, read_raw() and read_epochs() provide a unified interface for reading electrophysiological data from a wide range of file formats, so all you have to do is:
from mnextend import read_raw, read_epochs
raw = read_raw("my_data-raw.xdf", stream_ids=[1, 2, 3])
epochs = read_epochs("my_data-epochs.fif.gz")
Writing raw data
Writing raw data is supported via write_raw(), which does not implement any new file formats, but provides a unified interface for writing raw data to the file formats that are natively supported by MNE-Python:
from mnextend import write_raw
write_raw("my_data-raw.fif.gz", raw)
ICLabel classification
MNExtend includes ICLabel, a pre-trained classifier that labels ICA components as one of seven types: brain, muscle, eye, heart, line noise, channel noise, or other. In contrast to MNE-ICALabel, the classifier is implemented in pure NumPy and does not depend on ONNX Runtime.
run_iclabel() takes a fitted ICA object and the corresponding Raw or Epochs instance (which must have a montage set), and returns an array of class probabilities:
from mnextend import plot_ica_components, run_iclabel
probs = run_iclabel(raw, ica)
figs = plot_ica_components(raw, ica, probs)
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mnextend-0.2.1.tar.gz.
File metadata
- Download URL: mnextend-0.2.1.tar.gz
- Upload date:
- Size: 10.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
820110918a416a0909da9170189bacc2c2243bcbb1e4704c8ec3e71ea8f2d279
|
|
| MD5 |
84fd6961b46015a7501f55e08efeeac8
|
|
| BLAKE2b-256 |
a887600f8076d7eb798c9db3e47e10b2566429a2026b8a9c3ddc48d312bdf780
|
File details
Details for the file mnextend-0.2.1-py3-none-any.whl.
File metadata
- Download URL: mnextend-0.2.1-py3-none-any.whl
- Upload date:
- Size: 10.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70e6090befa791783c329cacbcfd7b35f70a944b5c722b7a587cd6066845409f
|
|
| MD5 |
2588a401e32eaae5fedec48c8f0ee4ff
|
|
| BLAKE2b-256 |
54df71b6fc8286691043fd4c10a788a709399af7ef7ceabe1f422ff76fe73cb6
|