httomolibgpu 2.3.1__py3-none-any.whl → 2.3.2__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/rotation.py +4 -4
- {httomolibgpu-2.3.1.dist-info → httomolibgpu-2.3.2.dist-info}/METADATA +1 -2
- {httomolibgpu-2.3.1.dist-info → httomolibgpu-2.3.2.dist-info}/RECORD +6 -6
- {httomolibgpu-2.3.1.dist-info → httomolibgpu-2.3.2.dist-info}/LICENSE +0 -0
- {httomolibgpu-2.3.1.dist-info → httomolibgpu-2.3.2.dist-info}/WHEEL +0 -0
- {httomolibgpu-2.3.1.dist-info → httomolibgpu-2.3.2.dist-info}/top_level.txt +0 -0
httomolibgpu/recon/rotation.py
CHANGED
|
@@ -60,10 +60,10 @@ def find_center_vo(
|
|
|
60
60
|
ind: Optional[int] = None,
|
|
61
61
|
average_radius: int = 0,
|
|
62
62
|
cor_initialisation_value: Optional[float] = None,
|
|
63
|
-
smin: int = -
|
|
64
|
-
smax: int =
|
|
63
|
+
smin: int = -50,
|
|
64
|
+
smax: int = 50,
|
|
65
65
|
srad: float = 6.0,
|
|
66
|
-
step: float = 0.
|
|
66
|
+
step: float = 0.5,
|
|
67
67
|
ratio: float = 0.5,
|
|
68
68
|
drop: int = 20,
|
|
69
69
|
) -> np.float32:
|
|
@@ -117,7 +117,7 @@ def find_center_vo(
|
|
|
117
117
|
average_radius = ind
|
|
118
118
|
if ind > 0:
|
|
119
119
|
_sino = cp.mean(
|
|
120
|
-
data[:, ind - average_radius : ind + average_radius, :], axis=1
|
|
120
|
+
data[:, ind - average_radius : ind + average_radius + 1, :], axis=1
|
|
121
121
|
)
|
|
122
122
|
else:
|
|
123
123
|
_sino = data[:, ind, :]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: httomolibgpu
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2
|
|
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,7 +19,6 @@ Requires-Dist: scipy
|
|
|
19
19
|
Requires-Dist: pillow
|
|
20
20
|
Requires-Dist: scikit-image
|
|
21
21
|
Requires-Dist: tomobar
|
|
22
|
-
Requires-Dist: ccpi-regularisation-cupy
|
|
23
22
|
Provides-Extra: dev
|
|
24
23
|
Requires-Dist: pytest; extra == "dev"
|
|
25
24
|
Requires-Dist: pytest-cov; extra == "dev"
|
|
@@ -19,9 +19,9 @@ httomolibgpu/prep/phase.py,sha256=vuKL3GkeJ0IG0ez8zG8t6aDoEWJNxnIdGJvaIF3kuyE,11
|
|
|
19
19
|
httomolibgpu/prep/stripe.py,sha256=xDWS02dKLyfYnKIeskB83aNZqZBiNXGvJhhXlgmBgRM,16071
|
|
20
20
|
httomolibgpu/recon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
httomolibgpu/recon/algorithm.py,sha256=gIBpCTo28L7rrQCve1aILEiEPuu_f88lnX9oIwyt_Yo,11990
|
|
22
|
-
httomolibgpu/recon/rotation.py,sha256=
|
|
23
|
-
httomolibgpu-2.3.
|
|
24
|
-
httomolibgpu-2.3.
|
|
25
|
-
httomolibgpu-2.3.
|
|
26
|
-
httomolibgpu-2.3.
|
|
27
|
-
httomolibgpu-2.3.
|
|
22
|
+
httomolibgpu/recon/rotation.py,sha256=zdi8I21hh8DGmij2pvncY35cioVz0ioauSsgaBPiKQs,26926
|
|
23
|
+
httomolibgpu-2.3.2.dist-info/LICENSE,sha256=bXeLsgelPUUXw8HCIYiVC97Dpjhm2nB54m7TACdH8ng,48032
|
|
24
|
+
httomolibgpu-2.3.2.dist-info/METADATA,sha256=_ELLLqTKpR6CY1iakEk847K64isHzZg4R5nyzSBsWks,3402
|
|
25
|
+
httomolibgpu-2.3.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
26
|
+
httomolibgpu-2.3.2.dist-info/top_level.txt,sha256=nV0Ty_YvSPVd1O6MNWuIplD0w1nwk5hT76YgBZ-bzUw,13
|
|
27
|
+
httomolibgpu-2.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|