Login  Register

Re: Scripting ImageJ

Posted by asfarley on Oct 29, 2008; 9:24pm
URL: http://imagej.273.s1.nabble.com/Scripting-ImageJ-tp3694635p3694637.html

I guess I'm saying I need some hints on how to write a status update method. I'm using AutoIT to script the process. Do you know of any simple variables/values that indicate when processing is completed?

Right now my code reads visible text, looking for "seconds" which is displayed in this context once processing is completed:

AVI... 5000 frames, 12 seconds. 417 frames/second.

However, this doesn't seem reliable; the script still hangs occasionally.