Skip to content

eulerlab/ScanM_support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScanM - Support

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).

Installation

Prerequisites

  • Python >= 3.6
  • uv (recommended) or pip

Clone and install

git clone https://github.com/eulerlab/ScanM_support.git
cd ScanM_support

With uv (recommended):

uv pip install -e .

With pip:

pip install -e .

Usage

from scanmsupport.scanm.scanm_smp import SMP

data = SMP()
data.loadSMP("path/to/file.smp")

Further information

Check out the wiki.

About

Two-photon imaging software - Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors