Re: Get windows titles

Posted by lechristophe on
URL: http://imagej.273.s1.nabble.com/Get-windows-titles-tp3700495p3700507.html

I have a Leica SP2 confocal which outputs TIFF images + .lei file + .txt
file
I use the Leica_TIFF_sequence importer to parse the .txt file and import
each serie (these are z stacks) as a separate stack (with the option of
separate stacks for each channel).
So the plugin ends with an arbitrary number of open stacks that I would
like to batch process.

I could avoid using this import plugin but I don't want to reprogram the
whole "get TIFFs to intelligent stacks" part. So I figured I could try
to get the stacks names into an array and process them one after another...

Christophe



Martin du Saire a écrit :

> Christophe,
>
> What if you made a list of image ID or titles as you opened them using
> getImageID() or getTitle()?
>
> M
>
> At 07:49 AM 1/24/2007, you wrote:
>> Hi,
>>
>> I'd like to know if there is a built-in macro function to get the
>> name or the ID of all open images (or stacks). I didn't find anything
>> on the built-in macro function webpage, appart from "nImages" to get
>> the number of open images.
>>
>> Is there such a function or could someone suggest a simple way to do
>> it ?
>>
>> --
>> Christophe Leterrier
>>
>> Postdoc
>> INSERM UMR641 Neurobiology of ionic channels
>> IFR Jean Roche - Mediterranee University
>> Marseille, France
>