-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fusing images issues #125
Comments
@lacan Fiji had an outdated version |
@tpietzsch Hi! Similarily clicking on "Fuse Images..." now does nothing. There is no Console output or error message to help make sense of the situation. Best |
hmm, what a mess... I guess we will have to wait for @StephanPreibisch to comment on that. |
Hi @lacan, Just to make sure we are on the same page: All the best, |
Regarding the grayed out menu item: |
Hi, yes, we should show another message if no bounding boxes are defined @hoerldavid ... we'll do that tomorrow in Munich. But the missing imglib2-cache was definitely the problem, thanks for fixing that @tpietzsch. @lacan - you need to define bounding boxes for the quick display to work. |
Finally, regarding the |
thanks @hoerldavid |
👍 |
Seems a bit unintuitive. Why not actually offer 3 options with the active one checked?
...but maybe I also misunderstand what this actually is expected to do... |
That sounds reasonable, let's do that ... it is in alpha status after all :) |
Exception when using "Quick Display"
When trying out Quick Display of the new MultiView Reconstruction Application I get the following error
Exception in thread "Thread-20" java.lang.NoClassDefFoundError: net/imglib2/cache/img/ReadOnlyCachedCellImgOptions at spim.process.fusion.FusionHelper.cacheRandomAccessibleInterval(FusionHelper.java:104) at spim.fiji.spimdata.explorer.popup.DisplayFusedImagesPopup$DisplayVirtualFused$1.run(DisplayFusedImagesPopup.java:238) at java.lang.Thread.run(Thread.java:745)
Exception with Cached Fusion, which seems linked to the same issue as above
Exception in thread "Thread-22" java.lang.NoClassDefFoundError: net/imglib2/cache/img/ReadOnlyCachedCellImgOptions at spim.process.fusion.FusionHelper.cacheRandomAccessibleInterval(FusionHelper.java:104) at spim.fiji.spimdata.explorer.popup.DisplayFusedImagesPopup$DisplayVirtualFused$1.run(DisplayFusedImagesPopup.java:238) at java.lang.Thread.run(Thread.java:745)
Fused, Virtual
Images are called
Fused, Virtual
even if we use the 'precompute' optionThe text was updated successfully, but these errors were encountered: