A beginner-friendly EEG wrapper around MNE
Project description
eegducks 🦆
A beginner-friendly wrapper around MNE for quick EEG analysis.
Example
import eegducks as ed
# Specify Channel location file
chan="/content/s3/ch.tsv"
# Import the eeg file
raw = eds.load("/content/s3/eeg.set", locinf=chan)
# Quick Plotting
eds.plot(raw)
eds.psdplt(raw, avg=True)
# Specify Events for Epochs
ev = "/content/s3/ev.tsv"
eds.epochs(raw, events_tsv=ev)
# Run an ICA
eds.ica(raw)
eds.psdplt(raw, avg=True)
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
eegducks-0.1.1.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eegducks-0.1.1.tar.gz.
File metadata
- Download URL: eegducks-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
703154437293ef9f6a5c789a0acbbe01b69368b7eee674c43b4084594a5970d2
|
|
| MD5 |
7a073dc7fc21df9cc89b348ebe7450c5
|
|
| BLAKE2b-256 |
5752b9686e4ac8f364e892e4aca4befbe82d9a7a8ec29ecd8eef5c3c25f65a2b
|
File details
Details for the file eegducks-0.1.1-py3-none-any.whl.
File metadata
- Download URL: eegducks-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cce909c9e53b0589e770e7d0a351b332e4c2e3b8b2837e2afb100ed04f1dfbf
|
|
| MD5 |
91a21a7d9a0686383bf0bb7656df99ed
|
|
| BLAKE2b-256 |
4008a999cbe1a75c1f6d24b57c83db220b0c77856a5840a0c6f23fc5712cfbd1
|