Skip to content

Commit 71d64de

Browse files
committed
deconvolution.rst: align parameters
1 parent 9684d4f commit 71d64de

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/ops/doc/examples/deconvolution.rst

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

8282
// create the synthetic PSF
8383
psf = ops.op("create.kernelDiffraction").input(psf_size,
84-
numericalAperture,
85-
wavelength,
86-
riSample,
87-
riImmersion,
88-
lateral_res,
89-
axial_res,
90-
pZ,
91-
new FloatType()).apply()
84+
numericalAperture,
85+
wavelength,
86+
riSample,
87+
riImmersion,
88+
lateral_res,
89+
axial_res,
90+
pZ,
91+
new FloatType()).apply()
9292

9393
// deconvolve image
9494
result = ops.op("deconvolve.richardsonLucyTV").input(img_float, psf, new FloatType(), new ComplexFloatType(), iterations, false, false, regularizationFactor).apply()
@@ -146,4 +146,4 @@ SciJava Ops via Fiji's scripting engine with `script parameters`_:
146146
.. _`Dey et. al, Micros Res Tech 2006`: https://pubmed.ncbi.nlm.nih.gov/16586486/
147147
.. _`Gibson & Lanni, JOSA 1992`: https://pubmed.ncbi.nlm.nih.gov/1738047/
148148
.. _`here`: https://media.imagej.net/sample_data/3d/hela_nucleus.tif
149-
.. _`script parameters`: https://imagej.net/scripting/parameters
149+
.. _`script parameters`: https://imagej.net/scripting/parameters

0 commit comments

Comments
 (0)