Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jefferis/scanimage
- Owner: jefferis
- Created: 2014-07-31T14:23:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T07:12:49.000Z (about 6 years ago)
- Last Synced: 2023-08-13T12:40:57.465Z (about 1 year ago)
- Topics: 2-photon, image-processing, imagej, r, scanimage
- Language: R
- Homepage: http://jefferis.github.io/scanimage/reference
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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")
```