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.3.tar.gz
(9.4 kB
view details)
Built Distribution
eeglabio-0.0.3-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file eeglabio-0.0.3.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fda7d13e31355ce107d66b17aa131fd1438eb463b1b874b2f42a91b359535efb |
|
MD5 | 6024a4efc4c87965c84dca4dbbf82b85 |
|
BLAKE2b-256 | a1588d4253987fc4faf26ab2fc5a7619e09a2939d8becfb8378f18fd8f986130 |
File details
Details for the file eeglabio-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c878e4e1d86a8548b780f4c9f1950653bb774a5093c324a6c97be627d27db3b |
|
MD5 | 89df401032c2df1c223c02d4c651ec8a |
|
BLAKE2b-256 | 180c11df226f28cb03a51526a0f4de6758e864375d8b3ed632abc15b256eec39 |