The workspace is designed to support multiple concurrent projects. Output folders are named after the tasks you run, and reruns automatically create timestamped backups to preserve previous results.
Workspace Structure
Key Components
tasks/
- Contains your task definitions, both built-in and custom tasks you createoutput/
- Stores all processing results, organized by task nameprocess_log.txt
- System-wide command history and pipeline eventspipeline.db
- SQLite database tracking all runs, parameters, and results
Opening the Workspace Folder
By default, the workspace is created asAutoclean-EEG
inside your Documents directory.
To open the workspace directly from the terminal, run:
- Locate your active workspace.
-
Launch your system’s file explorer at that location:
- macOS → Finder
- Linux → Nautilus (or your system’s default file manager)
- Windows → File Explorer
Workspace Management
Multiple Projects
The workspace supports running multiple tasks and projects simultaneously. Each task creates its own output folder, allowing you to:- Compare results across different preprocessing approaches
- Maintain separate configurations for different studies
- Archive completed projects without affecting active work
Backup System
AutoCleanEEG automatically preserves your work:- Reruns create timestamped backup folders (
TaskName_YYYY-MM-DD/
) - Previous results are never overwritten
- Compare parameters and outcomes across different runs
Next Steps
- Browse Tasks - Explore the
tasks/
folder to see available processing pipelines - Review Outputs - Check the
output/
folder for BIDS-compliant results and reports - Examine Logs - Use
process_log.txt
and run-specific logs for troubleshooting - Database Queries - Access
pipeline.db
for detailed run metadata and batch analysis