Skip to content

Commit 2004ed0

Browse files
committed
doc: fix description of times in blending ops
1 parent c206133 commit 2004ed0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pylops/waveeqprocessing/blending.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def BlendingGroup(
242242
Time sampling in seconds
243243
times : :obj:`np.ndarray`
244244
Absolute ignition times for each source. This should have dimensions
245-
:math:`n_{groups} \times group_{size}`, where each row contains the
245+
:math:`group_{size} \times n_{groups}`, where each column contains the
246246
firing times for every group.
247247
group_size : :obj:`int`
248248
The number of sources per group
@@ -269,7 +269,7 @@ def BlendingGroup(
269269
Group blending refers to an acquisition scenario where two or more sources are towed behind a single vessel
270270
and fired at short time differences. The same experiment is repeated :math:`n_{groups}` times to create
271271
:math:`n_{groups}` blended recordings. For the case of 2 sources and an overall number of
272-
:math:`N=n_{groups}*group_{size}` shots, the modelling operator is
272+
:math:`N=2*n_{groups}` shots, the modelling operator is
273273
274274
.. math::
275275
\Phi = \begin{bmatrix}
@@ -334,8 +334,8 @@ def BlendingHalf(
334334
Time sampling in seconds
335335
times : :obj:`np.ndarray`
336336
Absolute ignition times for each source. This should have dimensions
337-
:math`n_{groups} \times group_{size}`, where each row contains the firing
338-
times for every group.
337+
:math:`group_{size} \times n_{groups}`, where each column contains the
338+
firing times for every group.
339339
group_size : :obj:`int`
340340
The number of sources per group
341341
n_groups : :obj:`int`
@@ -360,7 +360,7 @@ def BlendingHalf(
360360
361361
Half blending refers to an acquisition scenario where two or more vessels, each with a source are fired at
362362
short time differences. The same experiment is repeated :math:`n_{groups}` times to create :math:`n_{groups}`
363-
blended recordings. For the case of 2 sources and an overall number of :math:`N=n_{groups}*group_{size}` shots
363+
blended recordings. For the case of 2 sources and an overall number of :math:`N=2*n_{groups}` shots
364364
365365
.. math::
366366
\Phi = \begin{bmatrix}

0 commit comments

Comments
 (0)