The set of tools for working with EEG data
Project description
EEG Auto Tools
This package aims to simplify common EEG data processing steps — from raw signal loading and cleaning to creating epoched data ready for further analysis.
Installation
You can install eeg-auto-tools directly from PyPI:
pip install eeg-auto-tools
Quick Start
file = "your_file_path"
raw = mne.io.read_raw(file, preload=True)
pipeline = Sequence(
ch_selector = ChannelSelector(exclude=['ECG', 'EOG']),
ffilter = FilterBandpass(l_freq=0.1, h_freq=40, notch_freq=50),
montager = SetMontage('waveguard64'),
detector = BadChannelsDetector(method="auto"),
rerefer = Rereference(exclude='bads'),
ica = AutoICA(),
interp = Interpolate(),
r2e = Raw2Epoch(tmin=-0.15, tmax=0.6),
bed = BadEpochsDetector(apply=True),
baseliner = BaselineEpochs(baseline=(-0.1, 0)),
detrender = DetrendEpochs(detrend_type="linear"),
)
epochs = pipeline(raw, cash=False)
Other Info
This is an eeg-processing package. You can visit My GitHub to read other content.
License
This project is licensed under the Apache License 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 eeg_auto_tools-0.0.14.tar.gz.
File metadata
- Download URL: eeg_auto_tools-0.0.14.tar.gz
- Upload date:
- Size: 35.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72d7a266d53677782f6916cf1e6b339c2ddf20bd4a7d20876c1bb2a3723bd2ee
|
|
| MD5 |
162f7ccac046af7c3edbee296724c224
|
|
| BLAKE2b-256 |
d6a4a44effd95e7a940d6c776b78f28cb033c061e524299e904392e698c90bdd
|
File details
Details for the file eeg_auto_tools-0.0.14-py3-none-any.whl.
File metadata
- Download URL: eeg_auto_tools-0.0.14-py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70473ec97de81c4e03f6ae1d873d46a903e05151aca2ed9a9f9ab03c3139bfa2
|
|
| MD5 |
e70813786f69d640738d7ee9afb16c5e
|
|
| BLAKE2b-256 |
5d36a7dafe72d3095a4e448c1e2f13b2e85bd01bf32b6373e218e488f910c11d
|