We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9c10a commit 9637e77Copy full SHA for 9637e77
httomo_backends/methods_database/packages/backends/httomolibgpu/supporting_funcs/recon/algorithm.py
@@ -574,5 +574,5 @@ def _calc_memory_bytes_FISTA3d_tomobar(
574
def __estimate_detectorHoriz_padding(detX_size) -> int:
575
det_half = detX_size // 2
576
padded_value_exact = int(np.sqrt(2 * (det_half**2))) - det_half
577
- padded_add_margin = int(0.1 * padded_value_exact)
+ padded_add_margin = padded_value_exact // 2
578
return padded_value_exact + padded_add_margin
0 commit comments