Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jefferis/scanimage

read and analyse 2 photon images from ScanImage
https://github.com/jefferis/scanimage

2-photon image-processing imagej r scanimage

Last synced: 27 days ago
JSON representation

read and analyse 2 photon images from ScanImage

Awesome Lists containing this project

README

        

# scanimage
[![Build Status](https://travis-ci.org/jefferis/scanimage.svg)](https://travis-ci.org/jefferis/scanimage)
[![Docs](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](http://jefferis.github.io/scanimage)

An R package to read and analyse image data acquired using ScanImage. This
will typically be multiphoton imaging for neurobiological experiments.
See [scanimage.org](http://scanimage.org) for details of this software.

## Installation
Currently there isn't a released version on [CRAN](http://cran.r-project.org/)
but you can install using devtools.

```r
if(!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/scanimage")
```