Skip to content

Commit facc027

Browse files
authored
Merge pull request #236 from DiamondLightSource/radway_66
Update LPRec default options
2 parents 67a6be2 + ad909c0 commit facc027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

httomolibgpu/recon/algorithm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ def LPRec3d_tomobar(
215215
recon_size: Optional[int] = None,
216216
recon_mask_radius: float = 0.95,
217217
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,
218+
power_of_2_cropping: Optional[bool] = False,
219+
min_mem_usage_filter: Optional[bool] = True,
220+
min_mem_usage_ifft2: Optional[bool] = True,
221221
neglog: bool = False,
222222
) -> cp.ndarray:
223223
"""

0 commit comments

Comments
 (0)