Project

cicada

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
CICADA (Colocalization and In-situ Correction of Aberration for Distance Analysis) implementation; see Fuller and Straight J. Microscopy (2012) doi:10.1111/j.1365-2818.2012.03654.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Build Status

#Introduction

This package is a ruby implementation of Colocalization and In-situ Correction of Aberration for Distance Analysis (CICADA). (See Fuller and Straight, 2012, doi:10.1111/j.1365-2818.2012.03654.x)

Depends on the rimageanalysistools package, which in turn depends on the [ImageAnalysisTools java library] (http://cjfuller.github.com/imageanalysistools/). Requires jruby. (Only tested on jruby >=1.7 in ruby 1.9 mode.)

#Installing

gem install cicada

#Running

The gem will install an executable called cicada. To run:

cicada /path/to/parameters/file

#Documentation

API documentation is available here.

Documentation for the parameter files, including which parameters are required and their meanings, can be found on the wiki.

#License

Cicada is released under the MIT/X11 license. See LICENSE for specific text. Some dependencies of the ImageAnalysisTools library are relased under different licenses. See that project's license information for details.