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.post3.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.2.post3.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.2.post3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61a1721ef07dd0619af340a59e3e5e44093b7ed21b447d40f5faed52a2e82b2c |
|
MD5 | 9e4b00924451cfa5f6337ae115358c34 |
|
BLAKE2b-256 | 15264ac88178f48e4263a7dd8c939eb5f8762f23708627ba10411bf5cfcfddb1 |
File details
Details for the file eeglabio-0.0.2.post3-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.2.post3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0416106a390bcb1a2f74f25f4a2d3591c7fe3812475c6114345356abf648eb14 |
|
MD5 | c97fa3953b3d645da66861638b6922bd |
|
BLAKE2b-256 | b8ac153041bc35301359b31ab894486004c2b657b3c7e92e0f472b4f82253fbb |