large-image-source-bioformats 1.31.0a1__py3-none-any.whl → 1.31.1__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']):
@@ -767,6 +771,10 @@ class BioformatsFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
767
771
  'fake', 'no'}:
768
772
  if ext not in cls.extensions:
769
773
  cls.extensions[ext] = SourcePriority.IMPLICIT
774
+ # These were found by reading some OMERO test files
775
+ for ext in {'columbusidx', 'dv_vol', 'lifext'}:
776
+ if ext.lower() not in cls.extensions:
777
+ cls.extensions[ext.lower()] = SourcePriority.IMPLICIT_LOW
770
778
 
771
779
 
772
780
  def open(*args, **kwargs):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: large-image-source-bioformats
3
- Version: 1.31.0a1
3
+ Version: 1.31.1
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.31.0a1
22
+ Requires-Dist: large-image>=1.31.1
23
23
  Requires-Dist: python-bioformats>=1.5.2
24
24
  Provides-Extra: girder
25
- Requires-Dist: girder-large-image>=1.31.0a1; extra == "girder"
25
+ Requires-Dist: girder-large-image>=1.31.1; extra == "girder"
26
26
  Dynamic: author
27
27
  Dynamic: author-email
28
28
  Dynamic: classifier
@@ -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.31.1.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
+ large_image_source_bioformats-1.31.1.dist-info/METADATA,sha256=VZx_XNvLvfLeXXRsH3jYLZVKNxronD4AhG0mKobhH6A,1359
5
+ large_image_source_bioformats-1.31.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ large_image_source_bioformats-1.31.1.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
+ large_image_source_bioformats-1.31.1.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
+ large_image_source_bioformats-1.31.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- large_image_source_bioformats/__init__.py,sha256=KGs5DY7YZrmaEhkvSYeQOdz3Wt-DDnHaIi4vfHAe07Q,33975
2
- large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
3
- large_image_source_bioformats-1.31.0a1.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- large_image_source_bioformats-1.31.0a1.dist-info/METADATA,sha256=4u7G82QcqZANGr8lFxEKgENnAZ6gwAwaBw6l2yLnZ2g,1365
5
- large_image_source_bioformats-1.31.0a1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- large_image_source_bioformats-1.31.0a1.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
- large_image_source_bioformats-1.31.0a1.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
- large_image_source_bioformats-1.31.0a1.dist-info/RECORD,,