Login  Register

Re: Command to see whats happening in my macro?

Posted by Rose Wilson on Oct 30, 2012; 11:55am
URL: http://imagej.273.s1.nabble.com/Command-to-see-whats-happening-in-my-macro-tp5000523p5000584.html

Hi Pariksheet and Michael,

Thanks both for your help with this, its much appreciated. I'm not really a computer person so none of this is obvious for me!

The IJ.log("Processing file " + i+1 + " of " + list.length); worked to show progress but I realise I have asked the wrong question!

The piece of code I'm looking for is one which shows the pictures generated by the macro at each step, ie  open image, find maxima, set threshold, etc as the macro progresses (like you would see if you were doing it manually) rather than it doing it in the background. Does that make sense?

I need to check that my manual description is correct so I need to check the images that are generated at each step are the same.

Thanks again for your help,
Rose