Login  Register

Re: ParticleAnalyzer and ResultsTable

Posted by Gabriel Landini on Dec 12, 2014; 11:43am
URL: http://imagej.273.s1.nabble.com/ParticleAnalyzer-and-ResultsTable-tp5010924p5010925.html

On Friday 12 Dec 2014 12:08:53 you wrote:
> run("Analyze Particles...", "size=0-Infinity add");

> Which means that by running the ParticleAnalyzer plugin several new
> ResultsTable lines entries are created (even in the case the Display results
> option isn't activated) which is quite problematic in the case you are
> already playing around with the ResultsTable for other purposes within a
> macro.

What about using the "clear" option.

run("Analyze Particles...", "size=0-Infinity clear add");

Otherwise you keep adding to the results table, which is what the macro should
do, regardless of being displayed or not.

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html