Skip to content
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

Open
imagejan opened this issue Feb 1, 2017 · 5 comments
Open

Comments

@imagejan
Copy link

imagejan commented Feb 1, 2017

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.

image

@ctrueden
Copy link
Member

ctrueden commented Feb 1, 2017

Probably a bug in imagej-legacy, no?

@dietzc
Copy link
Member

dietzc commented Feb 1, 2017

@ctrueden
Copy link
Member

ctrueden commented Feb 1, 2017

Would be great to get rid of those IJ1<->IJ2 conversion classes in favor of using ImageJ Legacy. Let's discuss at the hackathon?

@dietzc
Copy link
Member

dietzc commented Feb 1, 2017

absolutely. most of this stuff is very, very old.

@imagejan
Copy link
Author

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 ;-) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants