Re: Can you retrieve values from the Log window in a macro?
Posted by Gabriel Landini on Oct 14, 2009; 1:35pm
URL: http://imagej.273.s1.nabble.com/Can-you-retrieve-values-from-the-Log-window-in-a-macro-tp3690795p3690798.html
On Wednesday 14 October 2009 14:32:56 HoweLab wrote:
> We're specifically interested in getting the 3-point data (x, y, r) for the
> minimum bounding circle (MBC) generated by your plugin, then having the
> macro do a whole host of downstream functions with those parameters.
You can get those in a table from the Particles8 plugin (click on the
morhology option), if your set is all connected (i.e. if the object is only 1
particle, rather than many particles).
Those parameters are returned as MBCX, MBCY and MBCRadius.
Does that help?
G