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: 6 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T07:12:49.000Z (over 7 years ago)
- Last Synced: 2025-01-16T03:33:15.279Z (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
[](https://travis-ci.org/jefferis/scanimage)
[](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")
```