Re: doFit functions problem
Posted by
Nathaniel Ryckman on
Jun 02, 2011; 6:26pm
URL: http://imagej.273.s1.nabble.com/doFit-functions-problem-tp3683803p3683810.html
It's really hard to tell anything from the information that you have given. If you give an example, we can figure out if your macro code is incorrect or the Java code behind imageJ is incorrect.
Make sure that your macro code looks something like this:
http://rsbweb.nih.gov/ij/macros/examples/RodbardSigmoidFit.txtIf you are interested in tracing exactly what happens when you run the Macro code vs running the imageJ code, you can always sift through the source code:
http://rsbweb.nih.gov/ij/download/src/I personally recommend developing programs in Java. I think the macro code is still too buggy to be used to make a large program.
Good luck!