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

Can the N5IJUtils.load create a virtual stack based ImagePlus? #102

Open
odinsbane opened this issue Jan 23, 2025 · 0 comments
Open

Can the N5IJUtils.load create a virtual stack based ImagePlus? #102

odinsbane opened this issue Jan 23, 2025 · 0 comments

Comments

@odinsbane
Copy link

I was using N5IJUtils.load and it has 2 problems for me.

  • It opens the stack non-virtually.
  • It doesn't copy metadata over.

I made a class to resolve some of these issues for myself, but if N5IJUtils.load worked the way I like then the class could be removed altogether.

The class I made is MultiscaleImageAdapter. I just create a new ImagePlus, then set a virtual stack based on the type. I could make a pull request if you're interested. I also address channel order issue by using the Axis order.

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

1 participant