Login  Register

Re: Making a list of the availabe plugins and call them (in execution time)

Posted by dscho on Jun 02, 2009; 8:48am
URL: http://imagej.273.s1.nabble.com/Making-a-list-of-the-availabe-plugins-and-call-them-in-execution-time-tp3692323p3692326.html

Hi Roger,

On Mon, 1 Jun 2009, roger.sama wrote:

> I want to list the available plugins

We have some code in Fiji (written as a Jython script) that does exactly
that.

> and call them (a specific static method) in execution time.

I do not understand: do you assume that the plugins have that static
method?  They don't...

> I'm developping a kind of testing tool and I need the user to select the
> plugin that he wants to test.

Unfortunately, this will not work.  Plugins are too diverse to develop a
generic testing framework.

Unless, of course, you record a macro of everything the user does (which
gets tricky in and of itself) and the full input/output images (which will
be a bit expensive with some of the plugins we have in Fiji).

Ciao,
Dscho