Skip to main content

I/O support for EEGLAB files in Python

Project description

eeglabio Documentation Status Test & Publish

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


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

Uploaded Source

Built Distribution

eeglabio-0.0.1.post7-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file eeglabio-0.0.1.post7.tar.gz.

File metadata

  • Download URL: eeglabio-0.0.1.post7.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for eeglabio-0.0.1.post7.tar.gz
Algorithm Hash digest
SHA256 220a9baba4c93b1e7b07845c497d0ce980ad4fa7790105663ef427fb7c461997
MD5 ad84e74e81de9b9e0471cd10bce6b1aa
BLAKE2b-256 083e8e6c232727ddb1712246d3668d44f16455546f0a6db4645aeb6d30007ce8

See more details on using hashes here.

File details

Details for the file eeglabio-0.0.1.post7-py3-none-any.whl.

File metadata

File hashes

Hashes for eeglabio-0.0.1.post7-py3-none-any.whl
Algorithm Hash digest
SHA256 d9729e3fa21165e2e8fbac6efb6a9bf804350b83bf4946689238da7797e29299
MD5 e0f8db00d070921dab05688afe1ebd17
BLAKE2b-256 f6f5eabadd0e4c559b49a72aedcb04723058c013bf4bafa9efd455c22a82bf31

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