Hi all
I just wrote a command that takes two 3D images as input.
- If I use
Img
as the parameter type the GUI freezes when I attempt to select the image. - If I use
ImgPlus
as the parameter type a message appears, complaining that noImgPlus
are open when I run the command. - If I use
Dataset
as the input it works.
I wonder if the issue is related to this one. In this case the Richardson Lucy Op froze and crashed imagej when run through the op finder. I looked into it a bit, and it seemed it was a general problem that occurred when using a 3D image as input to any op. 2D images worked fine.
Any ideas what’s happening?? Is this a known issue?? If not I can report it.