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 (unreleased):
pip install -i https://test.pypi.org/simple/ 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.1.post7.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.1.post7.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.1.post7.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220a9baba4c93b1e7b07845c497d0ce980ad4fa7790105663ef427fb7c461997 |
|
MD5 | ad84e74e81de9b9e0471cd10bce6b1aa |
|
BLAKE2b-256 | 083e8e6c232727ddb1712246d3668d44f16455546f0a6db4645aeb6d30007ce8 |
File details
Details for the file eeglabio-0.0.1.post7-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.1.post7-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9729e3fa21165e2e8fbac6efb6a9bf804350b83bf4946689238da7797e29299 |
|
MD5 | e0f8db00d070921dab05688afe1ebd17 |
|
BLAKE2b-256 | f6f5eabadd0e4c559b49a72aedcb04723058c013bf4bafa9efd455c22a82bf31 |