unwanted results in result table
Posted by
Krs5 on
Dec 01, 2015; 4:57pm
URL: http://imagej.273.s1.nabble.com/unwanted-results-in-result-table-tp5015065.html
Dear all,
When in a macro I use Analyse Particles on imageA and only select Summarize followed by Find Maxima using as output type "Count" on imageB I get for the first image also the results in the Result table from imageA, followed by the results from imageB. For the next images this does not happen anymore.
Example:
run("HeLa Cells (1.3M, 48-bit RGB)");
run("Split Channels");
setAutoThreshold("Default dark");
//run("Threshold...");
setOption("BlackBackground", false);
run("Convert to Mask");
run("Analyze Particles...", "size=1.33-Infinity circularity=0.50-1.00 exclude summarize");
selectWindow("C1-hela-cells.tif");
run("Find Maxima...", "noise=500 output=Count");
selectWindow("C3-hela-cells.tif");
run("Analyze Particles...", "size=1.33-Infinity circularity=0.50-1.00 exclude summarize");
selectWindow("C1-hela-cells.tif");
run("Find Maxima...", "noise=500 output=Count");
Best wishes
Kees
Dr Ir K.R. Straatman
Senior Experimental Officer
Advanced Imaging Facility
Centre for Core Biotechnology Services
University of Leicester
http://www2.le.ac.uk/colleges/medbiopsych/facilities-and-services/cbs/lite/aif--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html