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.3.tar.gz
(4.3 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.3.tar.gz.
File metadata
- Download URL: eegducks-0.1.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d15c88aa7b14d22a8f8fbf4897fddeeb5183d1df1421c604618e7e553ee839b
|
|
| MD5 |
0d0b2ae820e27be9c7bd5024205cf043
|
|
| BLAKE2b-256 |
6fb9ec23ac622eacd7924e4da5561dc5359c1828b19f5ae826ef8f9cdfd03ff3
|
File details
Details for the file eegducks-0.1.3-py3-none-any.whl.
File metadata
- Download URL: eegducks-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 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 |
f2a117f53fa9094faffd91175644fb4a993c18bd6e471bce2ad9d257e54e80f0
|
|
| MD5 |
70aebd81466adac03ede96cc74ffc2b4
|
|
| BLAKE2b-256 |
a5e38b9c886f89b1ce803a882176c6940c4acf63da715f215e78523d47ddb0bf
|