Skip to content

Commit

Permalink
Update fresnelspectprop.py
Browse files Browse the repository at this point in the history
changed pixel_size default
  • Loading branch information
a4894z authored Jun 5, 2024
1 parent e4fa6c0 commit 26b4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tike/operators/cupy/fresnelspectprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FresnelSpectProp(CachedFFT, Operator):
def __init__(
self,
norm: str = "ortho",
pixel_size: float = 1e-5,
pixel_size: float = 1e-7,
distance: float = 1e-6,
wavelength: float = 1e-9,
**kwargs,
Expand Down

0 comments on commit 26b4c9e

Please sign in to comment.