-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image calibration is partially lost when using ij.ImagePlus input #13
Comments
Probably a bug in |
I guess it's a bug somewhere here: https://github.com/knime-ip/knip-imagej2/blob/master/org.knime.knip.imagej2.core/src/org/knime/knip/imagej2/core/util/ImgToIJ.java#L228. |
Would be great to get rid of those IJ1<->IJ2 conversion classes in favor of using ImageJ Legacy. Let's discuss at the hackathon? |
absolutely. most of this stuff is very, very old. |
What about the progress on this? Does it make sense to change this to use ImageJ Legacy? Or will it be moot with KNIP2 being released soon ;-) ? |
The image calibration for the Time axis is lost when using an input
ij.ImagePlus
in an IJ2 command via the ImageJ2 integration.This small plugin illustrates this:
https://github.com/fmi-faim/fmi-ij2-plugins/blob/imageplus-calibration/src/main/java/ch/fmi/ImageCalibrationCheck.java
When using an input image with calibration (x=0.092, y=0.092, Time=0.05), the time calibration is only transferred when using a
net.imagej.ImgPlus
input.The text was updated successfully, but these errors were encountered: