Re: IJ.run("Abs", "stack")

Posted by David Webster on
URL: http://imagej.273.s1.nabble.com/IJ-run-Abs-stack-tp3690903p3690905.html

Wayne,

If I wanted to do this with a specific ImageProcessor or ImageStack object,
would I then just use appropriate object name?

David

On Sun, Oct 4, 2009 at 4:01 PM, Wayne Rasband <[hidden email]> wrote:

>  > I put this into some Java code that first creates a Stack
> > and inserts it into an ImagePlus object. but, say I had more
> > than 1 Stack/ImagePlus combo, how does IJ.run("Abs",
> > "stack") know which stack to use?
>
> Use the version of the run method that takes an ImagePlus object as an
> argument, for example
>
>    IJ.run(imp, "Abs", "stack");
>
> -wayne
>