-
The following exception is emitted at startup of ImageJ2:
```
java.lang.IllegalArgumentException: Cannot handle replace call to show in ij.gui.StackWindow's public (ij.ImagePlus imp, ij.gui.ImageCanv…
-
Since a few days applying a Weka model in a script fails with the error "Error while adjusting data!". I am using Weka v3.3.2
You can reproduce the issue using the minimal example described on imag…
-
I'm getting a couple errors on launch of Fiji that seem to be keeping me from being able to update the updatesites list, too.
I'm using a Macbook Pro (mid 2014) running Mojave 10.14.6
ImageJ versi…
-
When trying to read a zipped image from a remote URL like this:
```groovy
// @IOService io
// @OUTPUT ImgPlus img
img = io.open("http://imagej.net/images/FluorescentCells.zip")
```
the fol…
-
It would be great to implement `FileListWidget.FILES_AND_DIRECTORIES` also for `FileWidget`.
See forum post for details: https://forum.image.sc/t/scijava-ui-open-both-file-and-directory/97389/4
-
After restarting Gel Lanes fit, the plugin threw an error and it did not start.
The following is the code:
[INFO] Gel Lanes Fit
[INFO] Gel Lanes Fit 1.0.5
[INFO] Loading gel-lanes-fit\data\2019_2_…
-
Ensure imglib2-algorithm can declare all its functionality as ops in a dependency-light (or even dependency-free—e.g. XML? Spring? see #55) way.
Of course, the imglib2-algorithm-side work is not te…
-
When trying the following script:
```groovy
#@ DatasetIOService io
#@ Dataset img
#@ File (style="save") file
io.save(img, file.getAbsolutePath())
```
with the **Mitosis** sample image (2…
-
The following script:
```groovy
[1,0.5]
```
returns an `ArrayList` that is (correctly) handled by `DisplayPostprocessor`:
https://github.com/scijava/scijava-common/blob/821f89fc53bd2f3ffe75…
-
I am having issue when using `ij.py.run_script` to run java code. I was able to connect to my java code but in my java code, i import ij library, but the ij is not regconized. How can I fix this
My…