-
Notifications
You must be signed in to change notification settings - Fork 6
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
BigWarp, get transformations back into BDV #93
Comments
Not yet, but that's doable. I'll give it a shot |
I do see a xxxx_xfm when I launch BigWarp appearing in my sources list. Is that it? |
Also, I noticed that BigWarp's "Export as ImgPlus" does produce entirely empty images. |
Can you elaborate? Obviously, it's not supposed to do that. What's your setup like? |
@NicoKiaru
|
Minimum working example:
This happens in both moving and target windows. Tested on Linux & Windows. |
Thanks - I also get this behavior.
You'll hopefully not get an error. A resulting image will appear, but it probably will be empty :( |
FYI, if relevant, the pom file has these explicit versions:
|
Exactly. Empty image. |
Perfect, I'll get you a patch as soon as I can. To clarify - you're using this to export an affine-transformed moving image into target space, right? |
Both images come affine transformed from @NicoKiaru 's multi-source viewer. I use BigWarp to refine this transformation. This works: the resulting transformed moving image is transformed correctly. I just realized that the export to ImagePlus seems to be broken in this case. When I load the pixel data of the two images into BigWarp the "traditional" way, the export works. |
This repo uses a different 'manual transform' than the one from bigdataviewer.
All these modes are in the bigdataviewer-playground/src/main/java/sc/fiji/bdvpg/sourceandconverter/SourceAndConverterUtils.java Lines 441 to 497 in add256d
|
Quick update - I'm looking into it, and will keep you posted. |
@martinschorb , are sources 2d or 3d ? |
these are 2D. |
Hi, It seems that the new sources that are added somehow are screwed up in terms of ViewSetupID... |
Minimum example: files:
Launch BigWarp, fm... moving
|
Hi,
is there a way to get the transformations that I create with bigwarp associated to my selected sources and then back into "our" bdv?
The text was updated successfully, but these errors were encountered: