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
in an ImageJ2 command, the output Img in KNIME should get its name attribute populated from imp.getTitle(). Currently, it is always null which can lead to unexpected errors downstream of nodes with this output.
I assume this change would need to go somewhere into these lines:
EDIT: the output image also contains additional dimensions of length 1 and labelled Unknown. It would be nice to keep the dimensions from the ImagePlus, or at least clean the dimensions of length 1.
The text was updated successfully, but these errors were encountered:
When you define:
in an ImageJ2 command, the output
Img
in KNIME should get itsname
attribute populated fromimp.getTitle()
. Currently, it is alwaysnull
which can lead to unexpected errors downstream of nodes with this output.I assume this change would need to go somewhere into these lines:
knip-imagej2/org.knime.knip.imagej2.core/src/org/knime/knip/imagej2/core/adapter/impl/ImagePlusOutputAdapter.java
Lines 113 to 118 in 63858c2
EDIT: the output image also contains additional dimensions of length 1 and labelled
Unknown
. It would be nice to keep the dimensions from theImagePlus
, or at least clean the dimensions of length 1.The text was updated successfully, but these errors were encountered: