Re: Select window
Posted by
Gabriel Landini on
Nov 24, 2015; 7:30pm
URL: http://imagej.273.s1.nabble.com/Select-window-tp5015022p5015026.html
Another way, using the titles, which are predictable:
run("Clown (14K)");
a=getTitle();
run("Split Channels");
selectWindow(a + " (red)");
close();
selectWindow(a + " (blue)");
close();
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html