Implementing Concentric Circles PlugIn In Custom Macro

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Implementing Concentric Circles PlugIn In Custom Macro

bwilks27
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
Reply | Threaded
Open this post in threaded view
|

Re: Implementing Concentric Circles PlugIn In Custom Macro

Rasband, Wayne (NIH/NIMH) [E]
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
Reply | Threaded
Open this post in threaded view
|

Re: Implementing Concentric Circles PlugIn In Custom Macro

bwilks27
Thank you very much!
Ben


On Wed, Jul 16, 2014 at 10:21 PM, Rasband, Wayne (NIH/NIMH) [E] [via ImageJ] <[hidden email]> wrote:
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



If you reply to this email, your message will be added to the discussion below:
http://imagej.1557.x6.nabble.com/Implementing-Concentric-Circles-PlugIn-In-Custom-Macro-tp5008786p5008788.html
To unsubscribe from Implementing Concentric Circles PlugIn In Custom Macro, click here.
NAML



--
Ben Wilks
Biomedical Engineering Sc.B.
Brown University, 2015