mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
30 stars 12 forks source link

Screenshot of IAT transformed images chooses the wrong resolution #1086

Closed tischi closed 7 months ago

tischi commented 8 months ago
image

IAT transformed images (here the green one) probably return the wrong transform for estimating the best resolution level, based on the desired voxel size, because they simply return the identity transform, because everything is done by the real transform....

tischi commented 8 months ago

See also: https://imagesc.zulipchat.com/#narrow/stream/327240-ImgLib2/topic/How.20to.20best.20implement.20a.20RealTransformedSource.3F

tischi commented 8 months ago

Seems this would be partly fixed by https://github.com/mobie/mobie-viewer-fiji/issues/1087 (given that the RealTransform does not change the voxel sizes too much).