Login  Register

Analyze Particles only the 1st slice

Posted by Tomm on Jun 03, 2014; 7:12am
URL: http://imagej.273.s1.nabble.com/Analyze-Particles-only-the-1st-slice-tp5007997.html

Hello,

I'd like to ask how to code RANGE in Analyze Particles.
My code is below.
--
for (n=1; n<11; n++){
run("Analyze Particles...","size = 0-infinity, circularity = 0-1.0, AND ONLY ONE SLICE");

//save Results and cloce etc.

run("Next Slice [>]");
run("Select None");
}
--
I wanna analyze only 1 slice at each loop.
Thanks in advance.

Regards,

Tom