You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find rotation axis location (aka centre of rotation) using Nghia Vo's method. See the paper
71
+
Find the rotation axis location (aka the centre of rotation) using Nghia Vo's method. See the paper
72
72
:cite:`vo2014reliable`.
73
73
74
74
Parameters
@@ -78,7 +78,7 @@ def find_center_vo(
78
78
ind : int, optional
79
79
Index of the slice to be used to estimate the CoR. If None is given, then the central sinogram will be extracted from the data array with a possible averaging, see .
80
80
average_radius : int, optional
81
-
Averaging multiple sinograms around the sinogram defined by ind parameter to improve the signal-to-noise ratio. It is sensible to have this parameter to be less than 10.
81
+
Averaging multiple sinograms around the ind-indexed sinogram to improve the signal-to-noise ratio. It is recommended to keep this parameter smaller than 10.
82
82
cor_initialisation_value : float, optional
83
83
The initial approximation for the centre of rotation. If the value is None, use the horizontal centre of the projection/sinogram image.
84
84
smin : int, optional
@@ -162,7 +162,11 @@ def find_center_vo(
162
162
fine_cen=_search_fine(
163
163
_sino_fs, fine_srange, step, float(init_cen) *dsp_detX+off_set, ratio, drop
0 commit comments