bug fix for anisotropy data processing#45
bug fix for anisotropy data processing#45takashi310 wants to merge 2 commits intoJaneliaSciComp:mainfrom
Conversation
|
@StephanPreibisch I think this may take care of the problem that I was also expperiencing when I created the ome-zarr container with '--preserveAnisotropy' and the fused result was all black. We need this fix too. |
|
I have merged my changes into the current code. This fixes the issue where using --preserveAnisotropy with an anisotropyFactor not equal to 1 caused the output to turn completely black. |
|
Thanks @takashi310 , I'll check it out Saturday morning! |
|
Thank you, Stephan. |
|
@takashi310 thanks for trying to solve this. You found the cause for the issue correctly, but the solution unfortunately went in the wrong direction. The key was to change
Just commenting this block actually fixed the problem - because it wrongly reported that nothing was to do because it used the transformations stored in the Thanks so much for looking into this @takashi310! |
Fixed an issue in SparkAffineFusion where OverlappingViews.findOverlappingViews failed to find views when preserveAnisotropy was enabled and a non-1 anisotropyFactor was provided.