Re: Automate "name" in selectWindow("name");
Posted by
Ethan Cohen on
Mar 21, 2020; 1:36am
URL: http://imagej.273.s1.nabble.com/Automate-name-in-selectWindow-name-tp5023075p5023078.html
One thing that might help is if you manipulated a single common image file name. Then manipulate.
You could rename your file to a common name:
rename("ImageROIs");// name of file is ImageROIs
selectWindow("ImageROIs");run("Histogram");
selectWindow("ImageROIs");makeRectangle(232,
127, 70,25);run("Histogram");
selectWindow("ImageROIs");makeRectangle(159,
282, 125,25);run("Histogram");
etc.
Ethan Cohen
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html