Re: Bugs in the Window menu
Posted by
Gabriel Landini on
Oct 26, 2020; 12:00pm
URL: http://imagej.273.s1.nabble.com/Bugs-in-the-Window-menu-tp5024099p5024119.html
I can reproduce this problem under linux with Java 14 IJ 1.53f48
Interestingly when you record the selection of the images with a macro,
reveals that it might be the shown name in the dialogue which is wrong. E.g.
the 4th image in the list shows "t1-head" but selecting it from the menu
records:
selectWindow("t4-head");
Cheers
Gabriel
On Monday, 26 October 2020 11:40:22 GMT
[hidden email] wrote:
> run("Close All");
> run("T1 Head (16-bits)");
> dir = getDirectory("Temp");
> dir += "t1-head/";
> if (!File.isDirectory(dir)) File.makeDirectory(dir);
> print(dir);
> run("Image Sequence... ", "dir=[&dir] format=TIFF");
>
> run("Close All");
> run("Image Sequence...", "open=&dir sort");
> rename("t1-head");
> run("Image Sequence...", "open=&dir sort");
> rename("t2-head");
> run("Image Sequence...", "open=&dir sort");
> rename("t3-head");
> run("Image Sequence...", "open=&dir sort");
> rename("t4-head");
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html