DoRT Curve Fit
Author: Robert Bagnell (Bagnell@med.unc.edu), Pathology & Lab Med UNC-CH History: 2010/11/01: First Version Requires: ImageJ 1.30m or newer Source: DoRT_Curve_Fit_Bob.java Installation: Download DoRT_Curve_Fit_Bob.class to the plugins folder and restart ImageJ Description: This plugin uses the ImageJ built-in curve fitting routines as part of a correction for photo-bleaching in the macro Biosensor_FRET. The plugin is written as a public static class and does three things:
This class is called from the IJ macro Biosensor_FRET. The macro uses the "call" function with one argument like this - call("DoRT_Curve_Fit_Bob.xyValues", arg1). arg1 is a string and could be the fit type such as EXPONENTIAL, but it is not actually used here as the double exponential is defined inside the plugin. Download DoRT Curve Fit package as Zip These files are provided for use under Open Software License v. 3.0 (OSL-3.0) Downloading or using any of these files constitutes your acceptance of the licensing agreement. |

