Skip to content

Commit 0322578

Browse files
committed
Add a decon settings message
1 parent 748a5d9 commit 0322578

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/script_templates/Deconvolution/Decon_with_simulated_PSF.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#@ OpService ops
22
#@ UIService ui
33
#@ Img (label = "Input image:", autofill = false) img
4+
#@ String (visibility = MESSAGE, value ="<b>[ Deconvolution settings ]</b>", required = false) msg
45
#@ Integer (label="Iterations", value=15) iterations
56
#@ Float (label="Numerical Aperture", style="format:0.00", min=0.00, value=1.45) numerical_aperture
67
#@ Integer (label="Emission Wavelength (nm)", value=457) wavelength
@@ -55,7 +56,7 @@
5556
axial_spacing *= 1E-6
5657
p_z *= 1E-6
5758

58-
# create the synthetic PSF
59+
# create the simulated PSF
5960
psf = ops.create().kernelDiffraction(
6061
psf_size,
6162
numerical_aperture,

0 commit comments

Comments
 (0)