Surprising behaviour of Analyse Particles

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Surprising behaviour of Analyse Particles

Jeremy Adler
When I run analyze particles with "clear results" set,
it unexpectedly empties the ROI manager, when I expected it only to clear the results table.

The Ij1 macro code creates a ROI that then disappears 2 seconds later, as Analyze Particles runs.
Version 1.52t running in FIJI.


run("Close All");
roiManager("reset");
random("seed",21);
newImage("Untitled", "8-bit noise", 32, 32, 1);
setThreshold(20,40);
run("Create Selection");
setSelectionName("First ROI");
roiManager("Add");
wait(2000);
setThreshold(215,255);
run("Select None");
run("Analyze Particles...", "display clear add");
//run("Analyze Particles...", "display add");
//run("Analyze Particles...", "display clear");

Jeremy Adler
BioVis
Uppsala U










N?r du har kontakt med oss p? Uppsala universitet med e-post s? inneb?r det att vi behandlar dina personuppgifter. F?r att l?sa mer om hur vi g?r det kan du l?sa h?r: http://www.uu.se/om-uu/dataskydd-personuppgifter/

E-mailing Uppsala University means that we will process your personal data. For more information on how this is performed, please read here: http://www.uu.se/en/about-uu/data-protection-policy

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