Re: Images to stack in batch mode
Posted by Gabriel Landini on Mar 20, 2009; 1:22pm
URL: http://imagej.273.s1.nabble.com/Images-to-stack-in-batch-mode-tp3693222p3693231.html
On Friday 20 March 2009 09:19:28 Remi wrote:
> It does run without the batch mode. I think the problem is that I
> generate Z-axis profiles to get mean intensity values and that I can't
> close the graph in batch mode.
You should be able to get the title or id just after z profile creation and
close() it.
> So, at the end I do have different types of images: 68 I want to make a
> stack with and 2 Z-axis plot I can't close, even with a close(); just after
> their generation...
Check that you got the name right *and* select it with selectImage(). You
should be able to close it.
I hope it helps
G.