define Active Channels from plugin

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

define Active Channels from plugin

JPCLAMME
Hi,

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

Thanks,

JP
Reply | Threaded
Open this post in threaded view
|

Re: define Active Channels from plugin

Rasband, Wayne (NIH/NIMH) [E]
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