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
Expected behavior
The micron-per-pixel resolution is clearly defined in Aperio metadata "MPP", and here it is wsi.metadata["aperio"]["MPP"] = 0.4990. However, cucim spacing metadata is wrongly set as wsi.metadata["cucim"]["spacing"] [1.0, 1.0, 1.0], which seems to be inferred from tiff metadata instead (x_resolution and 'y_resolution')
The content you are editing has changed. Please copy your edits and refresh the page.
Describe the bug
CuImage
does not infer the correct spacing for Aperio SVS image.Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
-Step 1
-Step 2
-Results
Expected behavior
The micron-per-pixel resolution is clearly defined in Aperio metadata
"MPP"
, and here it iswsi.metadata["aperio"]["MPP"] = 0.4990
. However, cucim spacing metadata is wrongly set aswsi.metadata["cucim"]["spacing"] [1.0, 1.0, 1.0]
, which seems to be inferred fromtiff
metadata instead (x_resolution
and 'y_resolution')Tasks
The text was updated successfully, but these errors were encountered: