Installation#
Photon-mosaic requires Python 3.11 or 3.12 and installs a custom fork of Suite2p for compatibility.
git clone https://github.com/neuroinformatics-unit/photon-mosaic.git
cd photon-mosaic
conda create -n photon-mosaic python=3.12
conda activate photon-mosaic
pip install .
To install developer tools (e.g., testing and linting):
pip install '.[dev]'