alphaomega-reporter-app is the interactive desktop application for custom AlphaOmega data visualization on macOS. It depends on the separate AlphaOmega-Reporter core package for loading, analysis, and PDF generation.
- Case-directory browser and trajectory/depth selection
- Interactive MER preview controls
- Interactive LFP heatmap and bandpower visualization
- Report-builder UI backed by the core
alphaomega-reporterpackage - macOS app packaging with PyInstaller
Install the core package first, then the app:
python -m pip install -e ../AlphaOmega-Reporter
python -m pip install -e '.[dev,build]'Optional performance extra:
python -m pip install -e '.[performance]'Launch from source:
ao-reporter-guiBuild the .app bundle:
make macos-buildArtifacts are written to dist/.
Validation:
make lint
make testThis repo intentionally does not duplicate the CLI/reporting engine. Shared logic belongs in the separate AlphaOmega-Reporter repo.