Re: Macro for substack maker
Posted by Wayne Rasband on Oct 14, 2008; 1:57am
URL: http://imagej.273.s1.nabble.com/Macro-for-substack-maker-tp3694781p3694782.html
> The confocal data I'm gathering outputs two channels in a stack,
> one with
> bright field data and the other with true confocal data. I'm
> wondering if I
> can write a macro to split the two channels out. Pretty much I need
> the
> macro to reference the number of slices then split it into two
> stacks right
> down the middle.
You can do this using the Image>Color>Split Channels command, which
is available in v1.41f or later. You will need to first convert the
stack to a hyperstack using the Image>Hyperstacks>Stack to Hyperstack
command.
-wayne