Closed kaczmarj closed 3 months ago
fixes #225
this rewords the wsinfer.wsi namespace and introduces a new function wsinfer.wsi.get_wsi_cls() to get the correct constructor (either openslide.OpenSlide or tiffslide.TiffSlide).
wsinfer.wsi
wsinfer.wsi.get_wsi_cls()
openslide.OpenSlide
tiffslide.TiffSlide
fixes #225
this rewords the
wsinfer.wsi
namespace and introduces a new functionwsinfer.wsi.get_wsi_cls()
to get the correct constructor (eitheropenslide.OpenSlide
ortiffslide.TiffSlide
).