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
Run Gaussian Blur... command (highlighted in yellow)
Get No Image error
I'm assuming this command needs to be run from the ImageJ GUI because it needs an ImageWindow? We probably don't want to show any Ij1 commands then right..?
The text was updated successfully, but these errors were encountered:
I'm assuming this command needs to be run from the ImageJ GUI because it needs an ImageWindow? We probably don't want to show any Ij1 commands then right..?
@hinerm so what we can do is use the LegacyImageMap to set the current ImagePlus to the current active layer on the fly, so that these things would work. I think I started doing this on the active-layer-to-active-ij-window branch with this commit. I never did finish that work, though...
@gselzer What if the napari user opens, say, three different images into napari, i.e. three image layers? Then they try running a plugin such as Image Calculator, which allows to select which images you want to operate upon? We want to ensure that all three of these napari images are available as options in the ImageJ plugin's dialog box. We could always sync all image layers from Python to Java just prior to executing a command... but what about interactive GUI mode? Should GUI mode behave differently than headless mode? It would be strange for a bunch of ImageWindows to appear every time you run a command from the napari-imagej widget, wouldn't it?
brick
Gaussian Blur...
command (highlighted in yellow)No Image
errorI'm assuming this command needs to be run from the ImageJ GUI because it needs an
ImageWindow
? We probably don't want to show any Ij1 commands then right..?The text was updated successfully, but these errors were encountered: