Login  Register

Re: define Active Channels from plugin

Posted by Rasband, Wayne (NIH/NIMH) [E] on Oct 06, 2010; 11:21pm
URL: http://imagej.273.s1.nabble.com/define-Active-Channels-from-plugin-tp3686712p3686713.html

On Oct 6, 2010, at 4:31 PM, Jean Pierre CLAMME wrote:

> Hi,
>
> Does anyone know how to use/run the  Stack.setActiveChannels macro
> function from a plugin.

Questions like this can be answered by going to the (ImageJ) source, in this case

     http://imagej.nih.gov/ij/source/ij/macro/Functions.java

The setActiveChannels() method in Functions.java implements the Stack.setActiveChannels macro function.

-wayne