large-image-source-bioformats 1.32.0a2__py3-none-any.whl → 1.32.1.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of large-image-source-bioformats might be problematic. Click here for more details.
- large_image_source_bioformats/__init__.py +4 -0
- {large_image_source_bioformats-1.32.0a2.dist-info → large_image_source_bioformats-1.32.1.dev2.dist-info}/METADATA +5 -4
- large_image_source_bioformats-1.32.1.dev2.dist-info/RECORD +8 -0
- {large_image_source_bioformats-1.32.0a2.dist-info → large_image_source_bioformats-1.32.1.dev2.dist-info}/WHEEL +1 -1
- large_image_source_bioformats-1.32.0a2.dist-info/RECORD +0 -8
- {large_image_source_bioformats-1.32.0a2.dist-info → large_image_source_bioformats-1.32.1.dev2.dist-info}/entry_points.txt +0 -0
- {large_image_source_bioformats-1.32.0a2.dist-info → large_image_source_bioformats-1.32.1.dev2.dist-info/licenses}/LICENSE +0 -0
- {large_image_source_bioformats-1.32.0a2.dist-info → large_image_source_bioformats-1.32.1.dev2.dist-info}/top_level.txt +0 -0
|
@@ -419,6 +419,10 @@ class BioformatsFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
|
419
419
|
lastX, lastY = rdr.getSizeX(), rdr.getSizeY()
|
|
420
420
|
for idx in range(1, self._metadata['seriesCount']):
|
|
421
421
|
rdr.setSeries(idx)
|
|
422
|
+
try:
|
|
423
|
+
self._bioimage.read(series=idx, rescale=False, XYWH=(0, 0, 1, 1))
|
|
424
|
+
except Exception:
|
|
425
|
+
continue
|
|
422
426
|
if (rdr.getSizeX() == self._metadata['sizeX'] and
|
|
423
427
|
rdr.getSizeY() == self._metadata['sizeY'] and
|
|
424
428
|
rdr.getImageCount() == self._metadata['imageCount']):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: large-image-source-bioformats
|
|
3
|
-
Version: 1.32.
|
|
3
|
+
Version: 1.32.1.dev2
|
|
4
4
|
Summary: An bioformats tilesource for large_image.
|
|
5
5
|
Home-page: https://github.com/girder/large_image
|
|
6
6
|
Author: Kitware, Inc.
|
|
@@ -19,10 +19,10 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
19
19
|
Requires-Python: >=3.8
|
|
20
20
|
Description-Content-Type: text/x-rst
|
|
21
21
|
License-File: LICENSE
|
|
22
|
-
Requires-Dist: large-image>=1.32.
|
|
22
|
+
Requires-Dist: large-image>=1.32.1.dev2
|
|
23
23
|
Requires-Dist: python-bioformats>=1.5.2
|
|
24
24
|
Provides-Extra: girder
|
|
25
|
-
Requires-Dist: girder-large-image>=1.32.
|
|
25
|
+
Requires-Dist: girder-large-image>=1.32.1.dev2; extra == "girder"
|
|
26
26
|
Dynamic: author
|
|
27
27
|
Dynamic: author-email
|
|
28
28
|
Dynamic: classifier
|
|
@@ -31,6 +31,7 @@ Dynamic: description-content-type
|
|
|
31
31
|
Dynamic: home-page
|
|
32
32
|
Dynamic: keywords
|
|
33
33
|
Dynamic: license
|
|
34
|
+
Dynamic: license-file
|
|
34
35
|
Dynamic: provides-extra
|
|
35
36
|
Dynamic: requires-dist
|
|
36
37
|
Dynamic: requires-python
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
large_image_source_bioformats/__init__.py,sha256=5rirTtMMdq1wD917gcGrUpa_KXtzTi87RB_Gw1kpfYQ,34401
|
|
2
|
+
large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
|
|
3
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/METADATA,sha256=I6zffZJinrIVlryjhLdd6GZ0gsxtQ-t4N9D_wDt12iE,1396
|
|
5
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
6
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
|
|
7
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
|
|
8
|
+
large_image_source_bioformats-1.32.1.dev2.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
large_image_source_bioformats/__init__.py,sha256=VXs58dc9VOW5zR_FU6pgMXgz-C4mNaYxXKrKEwoEyJQ,34231
|
|
2
|
-
large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
|
|
3
|
-
large_image_source_bioformats-1.32.0a2.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
-
large_image_source_bioformats-1.32.0a2.dist-info/METADATA,sha256=YZZrnw9bHq7cmP_b8AtB-23f-f1ult4vXA4N4Tn4x_w,1365
|
|
5
|
-
large_image_source_bioformats-1.32.0a2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
6
|
-
large_image_source_bioformats-1.32.0a2.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
|
|
7
|
-
large_image_source_bioformats-1.32.0a2.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
|
|
8
|
-
large_image_source_bioformats-1.32.0a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|