Skip to main content

I/O support for EEGLAB files in Python

Project description

eeglabio Documentation Status Test & Publish PyPI version Conda Version

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


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.post4.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

eeglabio-0.0.2.post4-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file eeglabio-0.0.2.post4.tar.gz.

File metadata

  • Download URL: eeglabio-0.0.2.post4.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for eeglabio-0.0.2.post4.tar.gz
Algorithm Hash digest
SHA256 64ccaca0ec1b0aa78ca6569ed3581ea601dec51ae6a3b2971e9dc82f54d95f39
MD5 7be7b9208a00b5421352005ce33620f2
BLAKE2b-256 2316590888a409c2361005ffb77eafc9e4428270f7250b5de2026f7bf4e8f81c

See more details on using hashes here.

File details

Details for the file eeglabio-0.0.2.post4-py3-none-any.whl.

File metadata

File hashes

Hashes for eeglabio-0.0.2.post4-py3-none-any.whl
Algorithm Hash digest
SHA256 76ce4da4a33fc6ec53830756dab04cdda9f7b4e01ee91b0d7d4055d3382d17ae
MD5 12d58b8252ebedc0a5fb7a8f74a37258
BLAKE2b-256 711e4d4df763057a0e003255603dc2634ce9e0ef352fbaa16b101b2492763212

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page