httomolibgpu 3.1__py3-none-any.whl → 3.1.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.
- httomolibgpu/recon/algorithm.py +2 -0
- {httomolibgpu-3.1.dist-info → httomolibgpu-3.1.1.dist-info}/METADATA +1 -1
- {httomolibgpu-3.1.dist-info → httomolibgpu-3.1.1.dist-info}/RECORD +6 -6
- {httomolibgpu-3.1.dist-info → httomolibgpu-3.1.1.dist-info}/WHEEL +0 -0
- {httomolibgpu-3.1.dist-info → httomolibgpu-3.1.1.dist-info}/licenses/LICENSE +0 -0
- {httomolibgpu-3.1.dist-info → httomolibgpu-3.1.1.dist-info}/top_level.txt +0 -0
httomolibgpu/recon/algorithm.py
CHANGED
|
@@ -215,6 +215,7 @@ def LPRec3d_tomobar(
|
|
|
215
215
|
recon_size: Optional[int] = None,
|
|
216
216
|
recon_mask_radius: float = 0.95,
|
|
217
217
|
power_of_2_oversampling: Optional[bool] = True,
|
|
218
|
+
power_of_2_cropping: Optional[bool] = True,
|
|
218
219
|
min_mem_usage_filter: Optional[bool] = False,
|
|
219
220
|
min_mem_usage_ifft2: Optional[bool] = False,
|
|
220
221
|
neglog: bool = False,
|
|
@@ -269,6 +270,7 @@ def LPRec3d_tomobar(
|
|
|
269
270
|
filter_type=filter_type,
|
|
270
271
|
cutoff_freq=filter_freq_cutoff,
|
|
271
272
|
power_of_2_oversampling=power_of_2_oversampling,
|
|
273
|
+
power_of_2_cropping=power_of_2_cropping,
|
|
272
274
|
min_mem_usage_filter=min_mem_usage_filter,
|
|
273
275
|
min_mem_usage_ifft2=min_mem_usage_ifft2,
|
|
274
276
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: httomolibgpu
|
|
3
|
-
Version: 3.1
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: Commonly used tomography data processing methods at DLS.
|
|
5
5
|
Author-email: Daniil Kazantsev <daniil.kazantsev@diamond.ac.uk>, Yousef Moazzam <yousef.moazzam@diamond.ac.uk>, Naman Gera <naman.gera@diamond.ac.uk>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -19,10 +19,10 @@ httomolibgpu/prep/normalize.py,sha256=ozVUAs4UY2DY7MQtJKllUgahp_4wRFKPuc_3iQl6bC
|
|
|
19
19
|
httomolibgpu/prep/phase.py,sha256=zIuAVqlnHVqcDUBtj40NRBoHaO7O2KqGZ5CCUABRXBQ,7282
|
|
20
20
|
httomolibgpu/prep/stripe.py,sha256=YgOVb7Z5H7NFM3d2Y1jfNNwwj7ZMDv9nMZMMCvdBnVM,15150
|
|
21
21
|
httomolibgpu/recon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
-
httomolibgpu/recon/algorithm.py,sha256=
|
|
22
|
+
httomolibgpu/recon/algorithm.py,sha256=pCByNRby-6SUdH8QfC1z1BXVazTGcErLAyRgOPlm37o,28075
|
|
23
23
|
httomolibgpu/recon/rotation.py,sha256=k_E0lBRprJz6AGclagIkrzk_9dipADxPtL5BxrggSwM,27729
|
|
24
|
-
httomolibgpu-3.1.dist-info/licenses/LICENSE,sha256=bXeLsgelPUUXw8HCIYiVC97Dpjhm2nB54m7TACdH8ng,48032
|
|
25
|
-
httomolibgpu-3.1.dist-info/METADATA,sha256=
|
|
26
|
-
httomolibgpu-3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
-
httomolibgpu-3.1.dist-info/top_level.txt,sha256=nV0Ty_YvSPVd1O6MNWuIplD0w1nwk5hT76YgBZ-bzUw,13
|
|
28
|
-
httomolibgpu-3.1.dist-info/RECORD,,
|
|
24
|
+
httomolibgpu-3.1.1.dist-info/licenses/LICENSE,sha256=bXeLsgelPUUXw8HCIYiVC97Dpjhm2nB54m7TACdH8ng,48032
|
|
25
|
+
httomolibgpu-3.1.1.dist-info/METADATA,sha256=W0UoO0iumuI9Hs5WmIa3Q0Pxyf0v69yF4LLRq_D_g34,3341
|
|
26
|
+
httomolibgpu-3.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
httomolibgpu-3.1.1.dist-info/top_level.txt,sha256=nV0Ty_YvSPVd1O6MNWuIplD0w1nwk5hT76YgBZ-bzUw,13
|
|
28
|
+
httomolibgpu-3.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|