Open
Conversation
|
Awesome!
Not this year 😓 (I also added an option to keep the original pixel type during deconvolution because the data size inflates a lot) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello @tpietzsch,
I've added 32-bit image support, both for simple volumes and multires.
I am providing a testing example here.
It generates 8-, 16-, and 32-bit (red, green, blue) in "SimpleVolume" version (top row)
and in cached
CellImgversions (bottom row).It draws a gyroid with intensity values for each type (0 : 255, 0 : 65535, -1 : +1),
sets display range to these values too.
20251211_multiple_types.mp4
In the blue bottom cube (float multires), you can see some background initially, before the full loading.
It is not an artifact; it is basically zero values,
since the range is -1 to 1 (I wanted to make sure negative values work well).
I think it would be nice to have all "basic" real types to be supported.
Maybe @NicoKiaru has time to test it?
You can run the recent CLIJ deconvolution with this option.
Cheers,
Eugene