You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch mode changes the behaviour of IJ1 such that when ImagePlus.show() is called, the ImagePlus is not shown but added to an Interpreter.addBatchModeImage(ImagePlus) is executed instead. This also works fine when an scijava command is executed but the fulling line calls Interpreter.removeBatchModeImage(ImagePlus) and thereby deletes the image again.
This problem was noticed when running Labkit from an imagej macro. (see juglab/labkit-ui#85)
This macro works fine:
But when executed in batch mode the results don't show up any more:
I think this should be solve by rewriting IJ1 <-> IJ2 synchronization (#231).
The text was updated successfully, but these errors were encountered: