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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eeglabio-0.1.3.tar.gz.
File metadata
- Download URL: eeglabio-0.1.3.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dbb48ba5a5bc1ebe156acf1b1cc793575928f9a6f73457a05eef567967f9bf3
|
|
| MD5 |
29889c8bec6f7701a78a292499bfe51a
|
|
| BLAKE2b-256 |
eff9071281281e7ce4cde8f65ba7b919feef3b10fd9739b53369edb13489e5ea
|
File details
Details for the file eeglabio-0.1.3-py3-none-any.whl.
File metadata
- Download URL: eeglabio-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad979ee0b6a919be90326741bb98597140b908ee60a49abcf096cb42ac685c71
|
|
| MD5 |
888d098f05ffee98af5fdf1ca19ed1f9
|
|
| BLAKE2b-256 |
a7eff9f8c900f4b635ae7a2ea9e3e5adca8eb98a079a6965d36f59ed38c0d029
|