Skip to content

Commit f1c2811

Browse files
committed
decon example: make script defaults params match
1 parent e39b901 commit f1c2811

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ops/doc/examples/deconvolution.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ SciJava Ops via Fiji's scripting engine with `script parameters`_:
5050

5151
#@ OpEnvironment ops
5252
#@ ImgPlus img
53-
#@ Integer iterations(label="Iterations", value=30)
53+
#@ Integer iterations(label="Iterations", value=15)
5454
#@ Float numericalAperture(label="Numerical Aperture", style="format:0.00", min=0.00, value=1.45)
55-
#@ Integer wavelength(label="Emission Wavelength (nm)", value=550)
55+
#@ Integer wavelength(label="Emission Wavelength (nm)", value=457)
5656
#@ Float riImmersion(label="Refractive Index (immersion)", style="format:0.00", min=0.00, value=1.5)
5757
#@ Float riSample(label="Refractive Index (sample)", style="format:0.00", min=0.00, value=1.4)
5858
#@ Float lateral_res(label="Lateral resolution (μm/pixel)", style="format:0.0000", min=0.0000, value=0.065)
@@ -97,9 +97,9 @@ SciJava Ops via Fiji's scripting engine with `script parameters`_:
9797

9898
#@ OpEnvironment ops
9999
#@ ImgPlus img
100-
#@ Integer iterations(label="Iterations", value=30)
100+
#@ Integer iterations(label="Iterations", value=15)
101101
#@ Float numericalAperture(label="Numerical Aperture", style="format:0.00", min=0.00, value=1.45)
102-
#@ Integer wavelength(label="Emission Wavelength (nm)", value=550)
102+
#@ Integer wavelength(label="Emission Wavelength (nm)", value=457)
103103
#@ Float riImmersion(label="Refractive Index (immersion)", style="format:0.00", min=0.00, value=1.5)
104104
#@ Float riSample(label="Refractive Index (sample)", style="format:0.00", min=0.00, value=1.4)
105105
#@ Float lateral_res(label="Lateral resolution (μm/pixel)", style="format:0.0000", min=0.0000, value=0.065)

0 commit comments

Comments
 (0)