Hello to all from Slovenia!
My issue: I am running particle analysis in different ROI using the following macro:
id = getImageID();
for (i=0 ; i<roiManager("count"); i++) {
selectImage(id);
roiManager("select", i);
run("Analyze Particles...", "size=0.008-Infinity circularity=0.00-1.00 show=Outlines display");
}
What bothers me is that I get all results in one output file. I need each ROI in separate file (so I will be able to open it later in R). So, I would appreciate any suggestion, how can I change macro in order to get each results of ROI particle analysis in different file (Outlines and result table).
Thank you, Jerry