large-image-source-tifffile 1.29.5.dev43__py3-none-any.whl → 1.29.6__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-tifffile might be problematic. Click here for more details.
- large_image_source_tifffile/__init__.py +2 -2
- {large_image_source_tifffile-1.29.5.dev43.dist-info → large_image_source_tifffile-1.29.6.dist-info}/METADATA +3 -3
- large_image_source_tifffile-1.29.6.dist-info/RECORD +8 -0
- {large_image_source_tifffile-1.29.5.dev43.dist-info → large_image_source_tifffile-1.29.6.dist-info}/WHEEL +1 -1
- large_image_source_tifffile-1.29.5.dev43.dist-info/RECORD +0 -8
- {large_image_source_tifffile-1.29.5.dev43.dist-info → large_image_source_tifffile-1.29.6.dist-info}/LICENSE +0 -0
- {large_image_source_tifffile-1.29.5.dev43.dist-info → large_image_source_tifffile-1.29.6.dist-info}/entry_points.txt +0 -0
- {large_image_source_tifffile-1.29.5.dev43.dist-info → large_image_source_tifffile-1.29.6.dist-info}/top_level.txt +0 -0
|
@@ -183,7 +183,7 @@ class TifffileFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
|
183
183
|
ex = 'no maximum series'
|
|
184
184
|
try:
|
|
185
185
|
for idx, s in enumerate(self._tf.series):
|
|
186
|
-
samples =
|
|
186
|
+
samples = math.prod(s.shape)
|
|
187
187
|
if samples > maxsamples and 'X' in s.axes and 'Y' in s.axes:
|
|
188
188
|
maxseries = idx
|
|
189
189
|
maxsamples = samples
|
|
@@ -232,7 +232,7 @@ class TifffileFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
|
|
|
232
232
|
'sizeX': s.shape[s.axes.index('X')], 'sizeY': s.shape[s.axes.index('Y')]})
|
|
233
233
|
self.sizeX = max(self.sizeX, s.shape[s.axes.index('X')])
|
|
234
234
|
self.sizeY = max(self.sizeY, s.shape[s.axes.index('Y')])
|
|
235
|
-
self._framecount = len(self._series) *
|
|
235
|
+
self._framecount = len(self._series) * math.prod(tuple(
|
|
236
236
|
1 if base.axes[sidx] in 'YXS' else v for sidx, v in enumerate(base.shape)))
|
|
237
237
|
self._basis = {}
|
|
238
238
|
basis = 1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: large-image-source-tifffile
|
|
3
|
-
Version: 1.29.
|
|
3
|
+
Version: 1.29.6
|
|
4
4
|
Summary: A tifffile tilesource for large_image.
|
|
5
5
|
Home-page: https://github.com/girder/large_image
|
|
6
6
|
Author: Kitware, Inc.
|
|
@@ -17,12 +17,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Requires-Python: >=3.8
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: large-image >=1.29.
|
|
20
|
+
Requires-Dist: large-image >=1.29.6
|
|
21
21
|
Requires-Dist: dask[array]
|
|
22
22
|
Requires-Dist: tifffile[all]
|
|
23
23
|
Requires-Dist: zarr
|
|
24
24
|
Provides-Extra: girder
|
|
25
|
-
Requires-Dist: girder-large-image >=1.29.
|
|
25
|
+
Requires-Dist: girder-large-image >=1.29.6 ; extra == 'girder'
|
|
26
26
|
|
|
27
27
|
A tifffile tilesource for large_image.
|
|
28
28
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
large_image_source_tifffile/__init__.py,sha256=TzrjZVyJM3K-FQn5dlTgmKVgcrv5FPd2y08T1t2Aoig,26881
|
|
2
|
+
large_image_source_tifffile/girder_source.py,sha256=8YsxpSK_UzbAcpjn6fIMlgKye2FchkB8_HTSQV0FpRA,1064
|
|
3
|
+
large_image_source_tifffile-1.29.6.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
+
large_image_source_tifffile-1.29.6.dist-info/METADATA,sha256=our5Cy9u-DQBKbW-VwYCihVDJ9zyPHal_Jn_OccXQhg,1046
|
|
5
|
+
large_image_source_tifffile-1.29.6.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
|
6
|
+
large_image_source_tifffile-1.29.6.dist-info/entry_points.txt,sha256=aILCN5f7-Zj8-WRXcABxCQvqJv9VLTvqRhZ_7HEyokc,190
|
|
7
|
+
large_image_source_tifffile-1.29.6.dist-info/top_level.txt,sha256=feOAsix2Rzy6mjy2Ua-N0-L6tlKsgvLdRhO6Hd8_ZFs,28
|
|
8
|
+
large_image_source_tifffile-1.29.6.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
large_image_source_tifffile/__init__.py,sha256=f7U3_Fkaqy8G6kJL1i4sC45RhQBbpQ3JLGLIJutoWgM,26877
|
|
2
|
-
large_image_source_tifffile/girder_source.py,sha256=8YsxpSK_UzbAcpjn6fIMlgKye2FchkB8_HTSQV0FpRA,1064
|
|
3
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
4
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/METADATA,sha256=5ppTtuJR-MeQrezvjdIX8RlKuiBSoaOGM0ROZH0STTs,1064
|
|
5
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
6
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/entry_points.txt,sha256=aILCN5f7-Zj8-WRXcABxCQvqJv9VLTvqRhZ_7HEyokc,190
|
|
7
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/top_level.txt,sha256=feOAsix2Rzy6mjy2Ua-N0-L6tlKsgvLdRhO6Hd8_ZFs,28
|
|
8
|
-
large_image_source_tifffile-1.29.5.dev43.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|