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)
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.1.0.tar.gz.
File metadata
- Download URL: mnextend-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
ebbf11cb00706ca0b1515c2327d65eeb9fc046ec4d5e2dda058736737acfa7d7
|
|
| MD5 |
4d584e3dedce96af64b4e414ec71c53e
|
|
| BLAKE2b-256 |
2624e5e40fad1bf7b56fe6b017221679c2fadd8855976121829b068958c2d141
|
File details
Details for the file mnextend-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mnextend-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
a316a33ed9bf30a282a6c1a554ecadbe6e4804f7551386fc83d02e9f795ce23d
|
|
| MD5 |
5f62b838bdce8e55e3ed74284208c138
|
|
| BLAKE2b-256 |
d117abbe0a948866dd6a1ec17d479e017aef8c47348ee462fe172f9c6bb5c4f3
|