I had a macro that worked perfectly until I updated FIJI, now the “results” window will no longer open when after run(Analyze Particles…).

This is my macro, can anyone spot where the error is? Have tried asking ChapGTP and debugging line by line but I cant find anything.

dir1 = getDirectory("Please Select The Source (Input) Directory "); dir2 = getDirectory("Please Select The Destination (Output) Directory "); list = getFileList(dir1); setBatchMode(true); for (i=0; i

More Amanda Dawson's questions See All
Similar questions and discussions