A modular framework for automated EEG data processing, built on MNE-Python
Project description
AutoCleanEEG Pipeline
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, 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
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
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 autocleaneeg_pipeline-2.2.0.tar.gz.
File metadata
- Download URL: autocleaneeg_pipeline-2.2.0.tar.gz
- Upload date:
- Size: 449.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b486de147fe7ef8ac0960d7c8515feb110c072e4cb08fd58bbc58ad1196d6986
|
|
| MD5 |
358045739098a638d68075e0766aa28a
|
|
| BLAKE2b-256 |
bfcde8e3da30287f3f0ebd564c4cb9a06854ac03a4be5f3bc619a37eb71110c5
|
File details
Details for the file autocleaneeg_pipeline-2.2.0-py3-none-any.whl.
File metadata
- Download URL: autocleaneeg_pipeline-2.2.0-py3-none-any.whl
- Upload date:
- Size: 386.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea187ae8374ecbf8ca4dc76258d01dccad78ed8a128da7ad28fd471c3438fce
|
|
| MD5 |
31db2111acec4a713d480cbbcea5c863
|
|
| BLAKE2b-256 |
9aeb91318ae5bcaa843a54d5f7921977cc11c1c61fc7bdf11edc2c607f78f8af
|