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
Copy file name to clipboardExpand all lines: httomolibgpu/recon/algorithm.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ def FBP2d_astra(
82
82
center : float, optional
83
83
The center of rotation (CoR).
84
84
detector_pad : int
85
-
Horizontal detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
85
+
Detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
86
86
filter_type: str
87
87
Type of projection filter, see ASTRA's API for all available options for filters.
88
88
filter_parameter: float, optional
@@ -164,7 +164,7 @@ def FBP3d_tomobar(
164
164
center : float, optional
165
165
The center of rotation (CoR).
166
166
detector_pad : int
167
-
Horizontal detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
167
+
Detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
168
168
filter_freq_cutoff : float
169
169
Cutoff frequency parameter for the SINC filter, the lower values may produce better contrast but noisy reconstruction. The filter change will also affect the dynamic range of the reconstructed image.
170
170
recon_size : int, optional
@@ -227,7 +227,7 @@ def LPRec3d_tomobar(
227
227
center : float, optional
228
228
The center of rotation (CoR).
229
229
detector_pad : int
230
-
Horizontal detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
230
+
Detector width padding with edge values to remove circle/arc type artifacts in the reconstruction.
0 commit comments