openslide / openslide-python

Python bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
366 stars 181 forks source link

I would like to know how does openslide handle .scn extension wsi images. #109

Closed Yuvi-416 closed 3 years ago

Yuvi-416 commented 3 years ago

Hi there, I have downloaded some .scn images from here: http://openslide.cs.cmu.edu/download/openslide-testdata/Leica/ When I load these image (for example Leica-2.scn) using Openslide-python command, I can see that images has: level_dimension: ((106259, 306939), (26565, 76735), (6642, 19184), (1661, 4796), (416, 1201), (104, 298)) Level-downsample: (1.0, 3.9999746623105956, 15.998891062171904, 63.98593267568448, 255.4999069285211, 1025.858899070728)

But when I load the same image with python-bioformats, It shows me that there are 27 series in that image. So my questions is, how does openslide handle .scn images and how does 27 series images are converted to 6 series images as shown in level_dimension above.

Any suggestion.

bgilbert commented 3 years ago

Thanks for sending your question to the mailing list; that's a better venue for it than the OpenSlide Python issue tracker. I'll close this.