Replies: 4 comments 3 replies
-
Yes,
In hindsight, I wish we had used either meters (which would have made geospatial users happier) or microns rather than millimeters. Many whole slide images also have a |
Beta Was this translation helpful? Give feedback.
-
so, in the case of magnification calculation, I see something like the I do not understand why 0.01 is divided by mm_x; it calculates how many pixels are in 1 mm, but how is it meaningful to the traditional magnification process in the whole slide image scanning? my question is why 0.01 is divided by mm_x |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The UI shows a fixed list of magnifications (https://github.com/DigitalSlideArchive/HistomicsUI/blob/master/histomicsui/web_client/panels/ZoomWidget.js#L68) up the the magnification of the source image, plus a power-of-two higher with options to extend it further. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/girder/large_image/blob/724dc6781a954c9bb7586be4ad4228addfd7b2b7/sources/tiff/large_image_source_tiff/__init__.py#L590C5-L605C10
I do not understand these lines:
pixelInfo = self._tiffDirectories[-1].pixelInfo
mm_x = pixelInfo.get('mm_x')
mm_y = pixelInfo.get('mm_y')
Is mm_x, mm_y means length of one pixel?
Beta Was this translation helpful? Give feedback.
All reactions