I/O support for EEGLAB files in Python
Project description
eeglabio
I/O support for EEGLAB files in Python.
Installation
Install from PyPI:
pip install eeglabio
Install from Test PyPI (built from stable branch):
pip install -i https://test.pypi.org/simple/ eeglabio
Install from conda-forge:
conda install -c conda-forge eeglabio
Install the latest version of the code from GitHub directly (unstable):
pip install https://github.com/jackz314/eeglabio/archive/main.zip
Dependencies
eeglabio requires Python >= 3.6 and the following packages:
For testing, we also require the following additional packages:
Example Usage (with MNE)
Export from MNE Epochs
to EEGLAB (.set
):
import mne
from eeglabio.utils import export_mne_epochs
epochs = mne.Epochs(...)
export_mne_epochs(epochs, "file_name.set")
Export from MNE Raw
to EEGLAB (.set
):
import mne
from eeglabio.utils import export_mne_raw
raw = mne.io.read_raw(...)
export_mne_raw(raw, "file_name.set")
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
eeglabio-0.0.2.post4.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.2.post4.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.2.post4.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64ccaca0ec1b0aa78ca6569ed3581ea601dec51ae6a3b2971e9dc82f54d95f39 |
|
MD5 | 7be7b9208a00b5421352005ce33620f2 |
|
BLAKE2b-256 | 2316590888a409c2361005ffb77eafc9e4428270f7250b5de2026f7bf4e8f81c |
File details
Details for the file eeglabio-0.0.2.post4-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.2.post4-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76ce4da4a33fc6ec53830756dab04cdda9f7b4e01ee91b0d7d4055d3382d17ae |
|
MD5 | 12d58b8252ebedc0a5fb7a8f74a37258 |
|
BLAKE2b-256 | 711e4d4df763057a0e003255603dc2634ce9e0ef352fbaa16b101b2492763212 |