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 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.1.post6.tar.gz
(7.1 kB
view details)
Built Distribution
File details
Details for the file eeglabio-0.0.1.post6.tar.gz
.
File metadata
- Download URL: eeglabio-0.0.1.post6.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa19c2bb9468f03fdc109c146cd2dabdf224ed9308cf81906635adf428d2e04c |
|
MD5 | 35d26d56a37cafb01cfb6d0db15b2363 |
|
BLAKE2b-256 | 29ffe744b47ed0a86e34b6e6bddf3236ccbe0a7dde1c3db719d68c397848a72e |
File details
Details for the file eeglabio-0.0.1.post6-py3-none-any.whl
.
File metadata
- Download URL: eeglabio-0.0.1.post6-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1e78c982faffd1811e4e23989a875e71796c6f9d486005d23a6a7ba3e703138 |
|
MD5 | ca17262b3c337ea186c6b9443f0a6308 |
|
BLAKE2b-256 | 03717066cc70840dd50ac4d3d0925559d4979dbe8e792c4be243e0a4bf63f701 |