get git parameters
Posted by Jeff Spector on Apr 10, 2008; 5:40pm
URL: http://imagej.273.s1.nabble.com/get-git-parameters-tp3696601.html
I'm interested in performing a Gaussian fit and then finding the center
of the fit curve. The fitting part all makes snese to me, but how do I
get the parameters from the fit (I'm writing it in a plugin so I'd like
to have the values as int or double and not as srtings like the
.getResults() method does)
thanks,
-jeff