Login  Register

Re: Implementing Concentric Circles PlugIn In Custom Macro

Posted by Rasband, Wayne (NIH/NIMH) [E] on Jul 17, 2014; 2:19am
URL: http://imagej.273.s1.nabble.com/Implementing-Concentric-Circles-PlugIn-In-Custom-Macro-tp5008786p5008788.html

On Jul 16, 2014, at 6:49 PM, bwilks27 wrote:

> Hi,
>
> I'm trying to implement the Concentric Circles Plugin
> (http://rsbweb.nih.gov/ij/plugins/concentric-circles.html) into a custom
> macro and have been successful in calling the plugin within the macro.
> However, when the plugin runs, nothing after the:
>
> run("Concentric Circles", "circles=500 line=1 x=xpos y=ypos inner=.1
> outer=outer_radius measure");
>
> command is called. Any advice on how to terminate the plug-in after it has
> run so that the remainder of the macro can be initialized?

There is a new version of the Concentric Circles plugin at

   http://imagej.nih.gov/ij/plugins/concentric-circles.html

that fixes a bug that caused macros that used it to hang. It was using a NonBlockingGenericDialog by mistake.

-wayne

> --
> View this message in context: http://imagej.1557.x6.nabble.com/Implementing-Concentric-Circles-PlugIn-In-Custom-Macro-tp5008786.html
> Sent from the ImageJ mailing list archive at Nabble.com.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html