Skip to content

Commit 688e280

Browse files
authored
Merge pull request #677 from mrava87/doc-blending
doc: blending
2 parents c206133 + 569912f commit 688e280

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/flake8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python environment
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.8"
17+
python-version: "3.11"
1818
- name: flake8 Lint
1919
uses: py-actions/flake8@v2
2020
with:

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)