Re: Extracting one particular slice from 3D tiff stack
Posted by Gabriel Landini on Jan 09, 2010; 9:58pm
URL: http://imagej.273.s1.nabble.com/Extracting-one-particular-slice-from-3D-tiff-stack-tp3689749p3689751.html
On Saturday 09 January 2010 20:41:26 you wrote:
> Does anyone know how I might go about opening a 3D tiff stack as a single
> tiff with the IMAGEJ library?
Do you mean something like this macro?:
run("TIFF Virtual Stack...", "open=/home/gabriel/ImageJ/mri-stack.tif");
setSlice(10);
That would show only 2 slices, the first one at importing time and the one you
specify next, but I do not know if that is what you want.
Cheers
G.