Skip to main content

A modular framework for automated EEG data processing, built on MNE-Python

Project description

AutoCleanEEG Pipeline

Python License Code style: black

A modular framework for automated EEG data processing, built on MNE-Python.

Features

  • Framework for automated EEG preprocessing with "lego block" modularity
  • Support for multiple EEG paradigms (ASSR, Chirp, MMN, Resting State)
  • BIDS-compatible data organization and comprehensive quality control
  • Extensible plugin system for file formats, montages, and event processing
  • Research-focused workflow: single file testing → parameter tuning → batch processing
  • Detailed output: logs (stored in your AutoClean workspace), stage files, metadata, and quality control visualizations

Installation (uv)

Use Astral's uv for fast, isolated installs. If you don't have uv yet, see https://docs.astral.sh/uv/

  • Install CLI (recommended for users):
uv tool install autocleaneeg-pipeline
autocleaneeg-pipeline --help
  • Upgrade or remove:
uv tool upgrade autocleaneeg-pipeline
uv tool uninstall autocleaneeg-pipeline
  • Development install from source:
git clone https://github.com/cincibrainlab/autoclean_pipeline.git
cd autoclean_pipeline
uv venv && source .venv/bin/activate   # Windows: .venv\\Scripts\\activate
uv pip install -e .
# Optional extras
# uv pip install -e '.[gui]'   # GUI review tool dependencies
# uv pip install -e '.[docs]'  # Documentation tooling

Quick Start

Process a file using a built-in task:

autocleaneeg-pipeline process RestingEyesOpen /path/to/data.raw

List tasks and show overrides:

autocleaneeg-pipeline list-tasks --overrides

Theme and Color

AutoClean’s CLI uses Rich with semantic styles and adaptive themes for readable output across light/dark terminals, limited color depth, and colorless logs.

  • Flag: --theme auto|dark|light|hc|mono (default: auto)
    • mono: Monochrome (no hues), ideal for logs or unknown backgrounds
    • hc: High-contrast, accessible on both dark and light backgrounds
  • Env overrides:
    • AUTOCLEAN_THEME=auto|dark|light|hc|mono
    • AUTOCLEAN_COLOR_DEPTH=auto|8|256|truecolor
    • NO_COLOR=1 disables color
    • FORCE_COLOR=1 forces color even in non-TTY (e.g., CI)

Examples:

autocleaneeg-pipeline --theme light list-tasks
AUTOCLEAN_THEME=hc autocleaneeg-pipeline version
NO_COLOR=1 autocleaneeg-pipeline list-tasks

Documentation

Full documentation is available at https://cincibrainlab.github.io/autoclean_pipeline/

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Cincinnati Children's Hospital Research Foundation
  • Built with MNE-Python

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

autocleaneeg_pipeline-2.2.5.tar.gz (496.6 kB view details)

Uploaded Source

Built Distribution

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

autocleaneeg_pipeline-2.2.5-py3-none-any.whl (434.7 kB view details)

Uploaded Python 3

File details

Details for the file autocleaneeg_pipeline-2.2.5.tar.gz.

File metadata

File hashes

Hashes for autocleaneeg_pipeline-2.2.5.tar.gz
Algorithm Hash digest
SHA256 6e46a9e72540865a08a1cece30b35dc3ce6827ba05ba4ca3ccf5678db78bec2d
MD5 1462cc718e17de3f9b413256510d8916
BLAKE2b-256 0f278f468ceb3572889660a73959b82b2363cc4b957ea74cbf0bbb295bc0ae4b

See more details on using hashes here.

File details

Details for the file autocleaneeg_pipeline-2.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for autocleaneeg_pipeline-2.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e073287248307f37ed0bce10e91cacb122a20f1be653317386071d21f6b7b82f
MD5 09ca3cfa42eddf69871aa354010b98c0
BLAKE2b-256 bf3c4f50b70ea54d9ae0c5b54254bb019f3f81364b630dcb25f4d6174e39e721

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