tomwer 1.3.0a5__py3-none-any.whl → 1.3.0a6__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.
- tomwer/core/process/reconstruction/nabu/utils.py +0 -1
- tomwer/core/process/reconstruction/saaxis/saaxis.py +4 -1
- tomwer/version.py +1 -1
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/METADATA +1 -1
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/RECORD +11 -11
- /tomwer-1.3.0a5-py3.11-nspkg.pth → /tomwer-1.3.0a6-py3.11-nspkg.pth +0 -0
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/LICENSE +0 -0
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/WHEEL +0 -0
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/entry_points.txt +0 -0
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/namespace_packages.txt +0 -0
- {tomwer-1.3.0a5.dist-info → tomwer-1.3.0a6.dist-info}/top_level.txt +0 -0
@@ -260,7 +260,6 @@ def get_multi_cor_recons_volume_identifiers(
|
|
260
260
|
if file_format in ("hdf5", "h5", "hdf"):
|
261
261
|
file_path = os.path.join(
|
262
262
|
location,
|
263
|
-
f"{file_prefix}_{cor:.3f}", # this level is expected to be removed on the future nabu versions
|
264
263
|
f"{file_prefix}_{cor:.3f}_{str(slice_index).zfill(5)}.{file_format}",
|
265
264
|
)
|
266
265
|
volume = HDF5Volume(
|
@@ -520,7 +520,10 @@ class SAAxisTask(
|
|
520
520
|
cors_res, rois = self._post_processing(
|
521
521
|
scan=scan,
|
522
522
|
slice_index=slice_index,
|
523
|
-
cor_reconstructions=
|
523
|
+
cor_reconstructions={
|
524
|
+
cor: recons
|
525
|
+
for cor, recons in zip(params.cors, cor_reconstructions)
|
526
|
+
},
|
524
527
|
)
|
525
528
|
except Exception as e:
|
526
529
|
_logger.error(e)
|
tomwer/version.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
tomwer-1.3.
|
1
|
+
tomwer-1.3.0a6-py3.11-nspkg.pth,sha256=xeeGR3TjdoVxdFeF6T-zSwZWh6Et--EYuPWu67LxL_c,574
|
2
2
|
orangecontrib/tomwer/__init__.py,sha256=B4DXy1gY_wXmNYa2aOfapmJb2mEuCAjoaNEGnpBs70g,148
|
3
3
|
orangecontrib/tomwer/state_summary.py,sha256=5_dPzweL3r0ye4ZfJo6IV2ThJI8fQhWoO2ySdJJajj8,1711
|
4
4
|
orangecontrib/tomwer/orange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -224,7 +224,7 @@ orangecontrib/tomwer/widgets/visualization/icons/volumeviewer.svg,sha256=2uT9_px
|
|
224
224
|
tomwer/__init__.py,sha256=82Jp1abyG4UWdGuT4nNU7LxaUV6xxkOte5pIz3w69Do,1745
|
225
225
|
tomwer/__main__.py,sha256=65ohoCNpuwo7nvCGM5OeYazVDaD0LoAA3EoOzpoLyms,8878
|
226
226
|
tomwer/utils.py,sha256=EgVwJ5CQVjoBvcKNwyVoXv_P4ciI11oxb8fNyy82Lck,8465
|
227
|
-
tomwer/version.py,sha256
|
227
|
+
tomwer/version.py,sha256=-kWl-UBDVIClDJKvrhUEtgBC20XKyXBkj7X7268j0fY,4386
|
228
228
|
tomwer/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
229
229
|
tomwer/app/axis.py,sha256=UQNxYpHzxnGdNpkV6sJoO_0tPGCxJkylghwbA7ENsM0,5948
|
230
230
|
tomwer/app/canvas.py,sha256=RbQqgE7DuNjv4nGG6BNfnSevQO5_lCl7N71hGcLoxwE,1561
|
@@ -337,13 +337,13 @@ tomwer/core/process/reconstruction/nabu/nabuslices.py,sha256=jP074_K2Px_QlOx4gMg
|
|
337
337
|
tomwer/core/process/reconstruction/nabu/nabuvolume.py,sha256=0Gkkee35PwlvGAukVRIlQJKoz0dXcmuwVKOxEnXECzw,21498
|
338
338
|
tomwer/core/process/reconstruction/nabu/settings.py,sha256=JpHKf0smiXeWC8i9Mj7h3g67teJ3Gqycd-Uwg2yzGOQ,2279
|
339
339
|
tomwer/core/process/reconstruction/nabu/target.py,sha256=_Z4gViprjR3Vm4KASqsASStLA9GM1wTyoi3Pg0PUSeg,1481
|
340
|
-
tomwer/core/process/reconstruction/nabu/utils.py,sha256=
|
340
|
+
tomwer/core/process/reconstruction/nabu/utils.py,sha256=EIgniS7MAqJEmWBiGG5xrQr-xJ25yN0RcdCSMCMrzR4,17086
|
341
341
|
tomwer/core/process/reconstruction/normalization/__init__.py,sha256=TDtATpMVFkEOT93wLXLpW0A_TOeiQDiM7AWAqX4FIB0,119
|
342
342
|
tomwer/core/process/reconstruction/normalization/normalization.py,sha256=G-eAZIct47RvzvHNMbKsG4Dt58vTSKhvH-NnIMzxzOs,13210
|
343
343
|
tomwer/core/process/reconstruction/normalization/params.py,sha256=porWC6G5lQWF-4JB03B56uGmuMxjx3u0ZMums-Bh2p8,4790
|
344
344
|
tomwer/core/process/reconstruction/saaxis/__init__.py,sha256=ZEOu0nZWlMyBoX_A64yeEjVflE5x4iWSpYLTgs45g0o,137
|
345
345
|
tomwer/core/process/reconstruction/saaxis/params.py,sha256=dvBHxfSs3ffUk22drLAlcmAJJhaC42qV9aW45kC1ITA,5583
|
346
|
-
tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=
|
346
|
+
tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=x0aHIONNJ_wZpTpv1j9-luUfgUCgolEFg0QWKZWX8Rc,32033
|
347
347
|
tomwer/core/process/reconstruction/sadeltabeta/__init__.py,sha256=WDYJxfqPnz5IeLPCX5W8UEO8-Z-NSH79gkqp2DZn1bM,162
|
348
348
|
tomwer/core/process/reconstruction/sadeltabeta/params.py,sha256=4UrLpA-6Wwfof9Jl1fcGTd5wrDzDB86GX4vo_PEgj74,4043
|
349
349
|
tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py,sha256=KWzWzLm3hBbmBwGwpPP7Whhwfj0PW7V40hKFfjlmfUU,30688
|
@@ -816,10 +816,10 @@ tomwer/tests/test_utils.py,sha256=D0rNDSK6csEOYBY_7gD-4A3jp8rYAm8L1_Xg34A9I2s,30
|
|
816
816
|
tomwer/tests/utils.py,sha256=RAXx5A99WD4Vyuv_wjHBdr-Xu7UiThHRKw2eiB5GX10,107
|
817
817
|
tomwer/third_part/WaitingOverlay.py,sha256=GnqiytcJDp_24Cmz_2nZAP5HfpL3Yh7AzR2ATIusGsg,3906
|
818
818
|
tomwer/third_part/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
819
|
-
tomwer-1.3.
|
820
|
-
tomwer-1.3.
|
821
|
-
tomwer-1.3.
|
822
|
-
tomwer-1.3.
|
823
|
-
tomwer-1.3.
|
824
|
-
tomwer-1.3.
|
825
|
-
tomwer-1.3.
|
819
|
+
tomwer-1.3.0a6.dist-info/LICENSE,sha256=yR_hIZ1MfDh9x2_s23uFqBH7m5DgrBl9nJKkE37YChM,1877
|
820
|
+
tomwer-1.3.0a6.dist-info/METADATA,sha256=hLpVoLn8zOdUnSjKamJJkLZY_eocjY9BIjXrGScdLI0,11426
|
821
|
+
tomwer-1.3.0a6.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
822
|
+
tomwer-1.3.0a6.dist-info/entry_points.txt,sha256=fIcDnCxjgwzfIylLYhUsFyiNZjZMxsfRQBxi4f-cJg8,440
|
823
|
+
tomwer-1.3.0a6.dist-info/namespace_packages.txt,sha256=Iut-JTfT11SZHHm77_ZeszD7pZDWXcTweCbvrJpqDyQ,14
|
824
|
+
tomwer-1.3.0a6.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
|
825
|
+
tomwer-1.3.0a6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|