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.2.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.2.tar.gz.
File metadata
- Download URL: eegducks-0.1.2.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 |
ff3645b2b5ffcc981ab30fffe8fbc2cc07e51997d66b53a6eacd305d45c810c6
|
|
| MD5 |
b5109d8aa68451651fda6a253e709eb4
|
|
| BLAKE2b-256 |
1b98a4a749896040a20ab9fa8e6b3471e2ee7d886442a8c857687ccd6f032209
|
File details
Details for the file eegducks-0.1.2-py3-none-any.whl.
File metadata
- Download URL: eegducks-0.1.2-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 |
00f62b1cb52685d268690d0858ad6c30e3d2a19beda427dbd01c84aed1d694a5
|
|
| MD5 |
d61cb383178aec65eb8195097d367341
|
|
| BLAKE2b-256 |
ffec9f908669f6dd9d9c7a4707d7081a21a4aa39861b971488948e0d5ce5c466
|