large-image-source-bioformats 1.32.0a3__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.

@@ -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.2
1
+ Metadata-Version: 2.4
2
2
  Name: large-image-source-bioformats
3
- Version: 1.32.0a3
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.0a3
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.0a3; extra == "girder"
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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.0a3.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- large_image_source_bioformats-1.32.0a3.dist-info/METADATA,sha256=5zROwJn6F0sQA82fR-seusUImFAkFCCC8o2H-rn7huM,1365
5
- large_image_source_bioformats-1.32.0a3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- large_image_source_bioformats-1.32.0a3.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
- large_image_source_bioformats-1.32.0a3.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
- large_image_source_bioformats-1.32.0a3.dist-info/RECORD,,