-
We currently workaround this by creating a local repository and injecting the dependency.
-
There is a class named JsonService in the ImageJ Server project. This service however is NOT a SciJava service. Since ImageJ Server relies on SciJava, which has got an own service model, the fact that…
-
I am not using this function but I am guessing that this line would produce an error if you ever reach it. `Colormap` (with capital C) is not defined anywhere else nor imported.
https://github.com/…
-
The [omero-test-infra](https://github.com/ome/omero-test-infra) repository provides an infrastructure for spinning up an OMERO server in a GitHub action for integration tests. This is used throughout …
-
When trying to upload to our private ftp update site from an up-to-date Fiji installation (on Windows), I now get the following exception:
```
[ERROR] com.jcraft.jsch.JSchException: invalid privat…
-
Attempting to run a BoneJ command in headless mode gives off this error:
```
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.f…
-
These two classes should be one thing.
This is one primary goal of the "rich image" work. Relevant related resources are:
* [data-model label](https://github.com/imagej/imagej-common/labels/data…
-
When running a computer op, napari-imagej does not issue an error message when specifying the same layer for both input and output. But some computer ops fail when attempting to use the same image for…
-
Hello FISSA developers,
I just tried FISSA on a tiff stack (8000 frames collected at 15 Hz using jRGECO1a) with ROIs defined in ImageJ. In FISSA result, for every ROI, the experiment.result[c][t][…
-
Currently, we have a package `org.scijava.options` with an `OptionsService`, as well as a separate `net.imagej.config` package with a `ConfigFileParameters` class for working with the ImageJ.cfg launc…