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.post1.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.2.post1.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.2.post1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2005b4be80005e1eb5c4a82b4e57469bce112e100a813c08d0d9fd5858f431f8 |
|
MD5 | dabfde22e43ee7984e5c04fdaec626c7 |
|
BLAKE2b-256 | faa069c6cb78387bc653088f4ee699d138b19fc25d43a8576d1f50ea0146f19e |
File details
Details for the file eeglabio-0.0.2.post1-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.2.post1-py3-none-any.whl
- Upload date:
- Size: 9.4 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 | ab6a9738f89fec84313c56553e793a1ccc772ea36fd6e066bc0f9644d0d21c42 |
|
MD5 | 1d2c53a60860dc18f87970d5c961d8b7 |
|
BLAKE2b-256 | 3dd046d244bc1d506807e5f957433e4ec08cfc8ed7b73d52ea419baaeeae972d |