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 b6b5429 commit 9833573Copy full SHA for 9833573
httomolibgpu/recon/algorithm.py
@@ -215,6 +215,7 @@ def LPRec3d_tomobar(
215
recon_size: Optional[int] = None,
216
recon_mask_radius: float = 0.95,
217
power_of_2_oversampling: Optional[bool] = True,
218
+ power_of_2_cropping: Optional[bool] = True,
219
min_mem_usage_filter: Optional[bool] = False,
220
min_mem_usage_ifft2: Optional[bool] = False,
221
neglog: bool = False,
@@ -269,6 +270,7 @@ def LPRec3d_tomobar(
269
270
filter_type=filter_type,
271
cutoff_freq=filter_freq_cutoff,
272
power_of_2_oversampling=power_of_2_oversampling,
273
+ power_of_2_cropping=power_of_2_cropping,
274
min_mem_usage_filter=min_mem_usage_filter,
275
min_mem_usage_ifft2=min_mem_usage_ifft2,
276
)
0 commit comments