An R package to read and analyse image data acquired using ScanImage. This will typically be multiphoton imaging for neurobiological experiments. See scanimage.org for details of this software.
Currently there isn't a released version on CRAN but you can install using devtools.
if(!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/scanimage")