Jan Eglinger
Jan Eglinger
This seems to be an issue with the ImageJ1 user interface (see [`imagej1`](https://github.com/imagej/imagej1) repository). @rasband any comments?
> 2. GenericDialog.getNextNumber() always results in a float, even when it isn't I don't know the reason for this issue, but you can replace all uses of GenericDialog by [script...
Discussion is happening [on the forum](http://forum.imagej.net/t/fiji-jython-scripting-error-after-update/6878?u=imagejan), where you also posted this. In the future, please always link if you're cross-posting on two different locations, so that others don't miss half...
Sorry, I cannot reproduce the issue (on Windows 7). For me, `.py` script files open just fine in the script editor, whether I drag them onto the Fiji toolbar or...
How do you open the `.py` file exactly?
*Plugins > Macros > Edit* is a command from ImageJ 1.x (i.e. not Fiji-specific), and ImageJ1 never supported Python/Jython, to my knowledge. Has this really worked in the past? I'd...
Sorry, you're of course right that also ImageJ1 supports Python. Nevertheless, you were likely using the Python support brought in by Fiji/ImageJ2/SciJava when you were using the script editor. The...
What were the exact steps you took to save the images? Did you manually save the stack using *File > Save As...*, or by running some macro or script? It...
Thanks for the suggested fix, @kouichi-c-nakamura! In the long term, all these `.m` scripts should move to the [`imagej-matlab`](https://github.com/imagej/imagej-matlab) repository. What do you think, @ctrueden?
> one is the text "Log" window which I use to retrieve the R value. To make this part more configurable, Coloc 2 should use the SciJava LogService instead of...