Skip to main content

The set of tools for working with EEG data

Project description

EEG Auto Tools

With this package it is possible to automate routine EEG processing, ERP acquisition steps and other signal features, as well as to obtain a detailed performance report after each successive block of the pipeline has been worked out

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

You can visit my GitHub to read other content.

License

This project is licensed under the Apache License 2.0

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

eeg_auto_tools-0.0.27.tar.gz (45.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

eeg_auto_tools-0.0.27-py3-none-any.whl (47.5 kB view details)

Uploaded Python 3

File details

Details for the file eeg_auto_tools-0.0.27.tar.gz.

File metadata

  • Download URL: eeg_auto_tools-0.0.27.tar.gz
  • Upload date:
  • Size: 45.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.8

File hashes

Hashes for eeg_auto_tools-0.0.27.tar.gz
Algorithm Hash digest
SHA256 647db0b6f9afbd4627e9edf0a23b4a9daddca8f1f03ad3231c89299b91a58e06
MD5 88ee4de37074b6beac50c80e2cf72887
BLAKE2b-256 c00951fc656ac0065f32c69b6883f16cb54dfd5b28efe0ac32ad9dd10d06c502

See more details on using hashes here.

File details

Details for the file eeg_auto_tools-0.0.27-py3-none-any.whl.

File metadata

File hashes

Hashes for eeg_auto_tools-0.0.27-py3-none-any.whl
Algorithm Hash digest
SHA256 88e0e8ab0edc3e060fbd8bd5bfb5e4a0c9dcf6768417d639b4489da0acfd57c6
MD5 96bc2aceed9ffca3cfec200de71adc0f
BLAKE2b-256 7c6adc05a58342b0eddea8fcde350dffb445cc24bcfb948e2472984afedf6e72

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page