(no subject)
Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/no-subject-tp3703691p3703693.html
On Thursday 16 February 2006 12:45, Sanneke Brinkers wrote:
> Lately, I have begun using macro's in ImageJ to process my images. When I
> run my macro, I use the ICS-opener to open three channel .ics files. In a
> for-loop, I select the windows of different channels by creating a string
> of the filename + the iteration count and using the "selectWindow"
> function. All goes well, but once in a while, the macro stops at a random
> image, for example at image 25 ch 1, giving the error message: "image 25 ch
> 1.0 not found". So it seems to put a ".0" behind the number in the for-loop
> and tries to find an image-window with that name which doesn't exist.
Have you tried putting some delays between the creation of a new image and the
use of it?
I had had a vaguely similar problem with the List_LUTs plugin. I mentioned to
Wayne, but it seems to happen only in linux.
Cheers,
G.