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.2.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.2.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c72cb5daa888f7b4a465b92e435c4cfc9891ec17c8b1e74619ef71782b24f6d |
|
MD5 | e7f9799bd84506f8de54dd691920f5fc |
|
BLAKE2b-256 | 42c6aefe114c73a8ca18413980ec9da8295207d7e21d5d9eead917001f674a07 |
File details
Details for the file eeglabio-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b459ef955ecb9306711e15a29941f38ee42cbf46eb67b6382cb8fb05d3f0e523 |
|
MD5 | 64fe18cdcaaff78cbe9f7721a411852b |
|
BLAKE2b-256 | b2f6a086af930c75c87d319995b0d2036556cd783a0d94a2a24c000b41a42fdf |