//-----HOW TO USE THIS MACRO----- //Open this text file in Fiji, from "Language" manu select "IJ1 Macro". Adjust the value of variables to fit your image, and "Run". //------------------------------------------------------------------------------------- Threshold = 10; // threshold used to segment cells from background IncreaseRadius = 10; // increase in diameter in micrometer x = 223; y = 220; d = 77 //makeOval(x, y, d, d); numbers need to match the location of beads r = d / 2 run("Clear Results"); roiManager("Reset"); list = getList("window.titles"); for (i=0; i