Re: select images to make stack
Posted by dscho on May 03, 2010; 9:46pm
URL: http://imagej.273.s1.nabble.com/select-images-to-make-stack-tp3688402p3688404.html
Hi,
On Mon, 3 May 2010, Joe Vandergracht wrote:
> If I have 5 images open and only want to make a stack from 4 of them -
> is there a way to exclude the 5th image? Or do I have to make the stack
> from all 5 and subsequently delete the unwanted image from the stack?
> In practice I often have many images open and only want to make a stack
> from a few of them.
The common way is either to do as you say, duplicate the stack and delete
a slice, or to switch to the image corresponding to the first slice,
duplicating it, then switching to the image corresponding to the
second slice, Select All, Copy, switch back to the duplicated image, Add
Slice, Paste. Repeat the last six steps as often as necessary. (This can
be automated with a script.)
Ciao,
Johannes