Login  Register

Re: Variables in Macro Run Commands

Posted by dscho on Sep 18, 2006; 10:23am
URL: http://imagej.273.s1.nabble.com/Variables-in-Macro-Run-Commands-tp3701580p3701581.html

Hi,

On Sun, 17 Sep 2006, TJ Krall wrote:

> run("Grouped Stack Projector", "group=variable projectionfiltered=[Sum
> Slices]");

You have to concatenate the variable:

        "group=" + variable + " projectionfiltered=[Sum Slices]"

Hth,
Dscho