// This macro demstrates how to copy the contents // of the "Summary" window to the Results window. run("Bat Cochlea Volume (19K)"); setThreshold(1, 255); run("Analyze Particles...", "summarize stack"); selectWindow("Summary of "+getTitle); text = getInfo("window.contents"); lines = split(text, "\n"); labels = split(lines[0], "\t"); run("Clear Results"); for (i=1; i