SESHAT is a MEG/EEG preprocessing pipeline designed for NatMEG datasets. It provides tools for copying acquisition data, preprocessing recordings, synchronizing results to servers, and generating processing reports.
git clone git@github.com:k-CIR/SESHAT.git
cd SESHAT
bash install.shAfter installation:
natmeg gui
natmeg run --config config.yml
natmeg --help# Create configuration
natmeg create-config --output config.yml
# Run the full pipeline
natmeg run --config config.yml- Overview: docs/index.md
- Installation: docs/installation.md
- User Guide: docs/user-guide/
- Developer Documentation: docs/developer/
- Reference: docs/reference/