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