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.
2 parents 0b56707 + facc027 commit e9c9bf3Copy full SHA for e9c9bf3
httomolibgpu/recon/algorithm.py
@@ -215,9 +215,9 @@ 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,
+ power_of_2_cropping: Optional[bool] = False,
+ min_mem_usage_filter: Optional[bool] = True,
+ min_mem_usage_ifft2: Optional[bool] = True,
221
neglog: bool = False,
222
) -> cp.ndarray:
223
"""
0 commit comments