Python support for ScanM, a two-photon imaging software. This package provides tools for reading and processing ScanM binary data files (.smp pixel data, .smh header files).
- Python >= 3.6
- uv (recommended) or pip
git clone https://github.com/eulerlab/ScanM_support.git
cd ScanM_supportWith uv (recommended):
uv pip install -e .With pip:
pip install -e .from scanmsupport.scanm.scanm_smp import SMP
data = SMP()
data.loadSMP("path/to/file.smp")Check out the wiki.