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
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.1.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.1.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 457785114e81b469829bf014caa68cfa965fac5e94ea949d25366d649cf83382 |
|
MD5 | 876e0bbbd81f14c36744a49b00a321b3 |
|
BLAKE2b-256 | d5699b3f89655a3275467cc65ff18372249e808763bcaf1c58d6d7e2d9b62b04 |
File details
Details for the file eeglabio-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16a83a483d273f4061703e36f12bc7213379646b84054c5e634f4420e10d9944 |
|
MD5 | 352955b6a4d36d89e166492c716e0395 |
|
BLAKE2b-256 | 13b83dbae7b94ffd0cdff139e91feccbce56eadc49a171f3cdbceeab787e073a |