@@ -192,12 +192,9 @@ def point_25d(omega, x0, n0, xs, xref=[0, 0, 0], c=None, omalias=None):
192192 Notes
193193 -----
194194 `point_25d()` derives 2.5D WFS from the 3D
195- Neumann-Rayleigh integral (i.e. the TU Delft approach), cf. e.g.
196- Eq. (3.10), (3.11) in :cite:`Start1997`.
197- Also cf. Eq. (2.137) in :cite:`Schultz2016`.
198-
199- The theoretical link of `point_25d()` and `point_25d_legacy()` was
200- introduced as *unified WFS framework* in :cite:`Firtha2017`.
195+ Neumann-Rayleigh integral (i.e. the TU Delft approach).
196+ The eq. (3.10), (3.11) in :cite:`Start1997`, equivalent to
197+ Eq. (2.137) in :cite:`Schultz2016`
201198
202199 .. math::
203200
@@ -207,6 +204,10 @@ def point_25d(omega, x0, n0, xs, xref=[0, 0, 0], c=None, omalias=None):
207204 \scalarprod{\frac{\x_0-\x_\text{s}}{|\x_0-\x_\text{s}|}}{\n_0}
208205 \frac{\e{-\i\wc |\x_0-\x_\text{s}|}}{4\pi\,|\x_0-\x_\text{s}|}
209206
207+ is implemented.
208+ The theoretical link of `point_25d()` and `point_25d_legacy()` was
209+ introduced as *unified WFS framework* in :cite:`Firtha2017`.
210+
210211 Examples
211212 --------
212213 .. plot::
@@ -282,10 +283,7 @@ def point_25d_legacy(omega, x0, n0, xs, xref=[0, 0, 0], c=None, omalias=None):
282283 -----
283284 `point_25d_legacy()` derives 2.5D WFS from the 2D
284285 Neumann-Rayleigh integral (i.e. the approach by Rabenstein & Spors), cf.
285- :cite:`Spors2008`. Also cf. Eq. (2.145)-(2.147) :cite:`Schultz2016`.
286-
287- The theoretical link of `point_25d()` and `point_25d_legacy()` was
288- introduced as *unified WFS framework* in :cite:`Firtha2017`.
286+ :cite:`Spors2008`.
289287
290288 .. math::
291289
@@ -294,6 +292,10 @@ def point_25d_legacy(omega, x0, n0, xs, xref=[0, 0, 0], c=None, omalias=None):
294292 {|\x_0-\x_\text{s}|^\frac{3}{2}}
295293 \e{-\i\wc |\x_0-\x_\text{s}|}
296294
295+ The theoretical link of `point_25d()` and `point_25d_legacy()` was
296+ introduced as *unified WFS framework* in :cite:`Firtha2017`.
297+ Also cf. Eq. (2.145)-(2.147) :cite:`Schultz2016`.
298+
297299 Examples
298300 --------
299301 .. plot::
0 commit comments