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 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.post2.tar.gz
(9.2 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.2.post2.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.2.post2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea3fcf43011cbb1ef299559a75a1c4c5088499c289070a130b78b7a281caa61b |
|
MD5 | d2bfe39beb8302dd81af14eead2e40b6 |
|
BLAKE2b-256 | ae493391ba401808108c4fba10a8ae86f7718fefa0bdbde7467820109000965a |
File details
Details for the file eeglabio-0.0.2.post2-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.2.post2-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ea2081aea2b756ae0c1478bee6e6ad6773927d0a9ef3f82a9e43c6f03aa072a |
|
MD5 | 27410b66bd540b453bfb6a64c8250f1b |
|
BLAKE2b-256 | d19e5e3cc66d957767478146cd8a402c23aaa37a418e24b59f9127f981b6bf65 |