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.htmlthat 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