run("Blobs (25K)"); run("Select All"); path = getDir("downloads")+"xyz-table.csv"; run("Save XY Coordinates...", "save=&path"); close; open(path); x = Table.getColumn("X"); y = Table.getColumn("Y"); z = Table.getColumn("Value"); Array.getStatistics(x, ymin, xmax); Array.getStatistics(y, ymin, ymax); newImage("Untitled", "32-bit black", xmax+1, ymax+1, 1); for (i=0; i