Implementing Concentric Circles PlugIn In Custom Macro
Posted by
bwilks27 on
Jul 16, 2014; 10:49pm
URL: http://imagej.273.s1.nabble.com/Implementing-Concentric-Circles-PlugIn-In-Custom-Macro-tp5008786.html
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?
Best,
Ben