You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unclear whether the image itself is downsampled with the wrong spacing or if the issue is limited to viewing. The fact that the subsequent level is correctly scaled seems to imply a viewing issue?
EDIT: Behavior may have been due to the size of the matplotlib pyplot view rather than improper image size in space. May be
worth investigating to confirm.
I was able to recreate the issue in neuroglancer, it appears that the origin is in ngff-zarr rather than itkwidgets. I have cross-posted the issue there with neuroglancer details: thewtex/ngff-zarr#33
thewtex
added a commit
to thewtex/itkwidgets
that referenced
this issue
Jun 1, 2023
Overview
Observed an issue where
itkwidgets.view(image)
with three levels shows incorrect spacing for Level 1, while Level 0 and Level 2 appear correctly.Level 0 (original image)
Level 1 (improper scale, pancake image)
Level 2 (apparently correct scale, lowest resolution)
Versions
itkwidgets[all]==1.0a32
itk==v5.3.0
Steps to Reproduce
3D image file: https://drive.google.com/file/d/1rKB7a65EIPvtNYclea1C7cvOhGhbCG_0/view?usp=share_link
Additional Notes
Unclear whether the image itself is downsampled with the wrong spacing or if the issue is limited to viewing. The fact that the subsequent level is correctly scaled seems to imply a viewing issue?
cc @thewtex @PaulHax
The text was updated successfully, but these errors were encountered: