Login  Register

Re: restack a hyperstack

Posted by Fred Damen on Nov 02, 2018; 10:16pm
URL: http://imagej.273.s1.nabble.com/restack-a-hyperstack-tp5021398p5021399.html

Image->Stacks->Tools->Concatenate...

java:
imp = (new Concatenator()).concatenate(new ImagePlus[]{imp1,imp2},true);

Fred

On Fri, November 2, 2018 4:16 pm, Thomas Suchyna wrote:

> Hi,
> I have a hyperstack with six z-positions at each time point (27 time points).
> I unstacked the hyperstack into six separate stacks containing the 27 z slices
> at each time point. I then performed some image processing on each slice-stack
> separately, and now I want to recombine them into the original hyperstack. Is
> there a way to do this?
>
> I tried interleaving two slice-stacks followed by a stack-to-hyperstack
> conversion. But I can't recombine all six slice-stacks in the proper order.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html