pymarchenko


Namepymarchenko JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryA bag of Marchenko algorithms implemented on top of PyLops
upload_time2023-11-29 18:47:30
maintainer
docs_urlNone
author
requires_python
license
keywords geophysics inverse problems seismic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMarchenko

This Python library provides a bag of Marchenko algorithms implemented on top of [PyLops](https://pylops.readthedocs.io).

Whilst a basic implementation of the [Marchenko](https://pylops.readthedocs.io/en/latest/api/generated/pylops.waveeqprocessing.Marchenko.html#pylops.waveeqprocessing.Marchenko)
algorithm is available directly in PyLops, a number of variants have been developed over the years. This library aims at collecting
all of them in the same place and give access to them with a unique consistent API to ease switching between them and prototyping new
algorithms.

## Objective
Currently we provide the following implementations:

- Marchenko redatuming via Neumann iterative substitution (Wapenaar et al., 2014)
- Marchenko redatuming via inversion (van der Neut et al., 2017)
- Rayleigh-Marchenko redatuming (Ravasi, 2017)
- Internal multiple elimination via Marchenko equations (Zhang et al., 2019)
- Marchenko redatuming with irregular sources (Haindl et al., 2021)

Alongside the core algorithms, these following auxiliary tools are also provided:

- Target-oriented receiver-side redatuming via MDD
- Marchenko imaging (combined source-side Marchenko redatuming and receiver-side MDD redatuming)
- Angle gather computation (de Bruin, Wapenaar, and Berkhout, 1990)


## Getting started

You need **Python 3.6 or greater**.

#### From PyPi

```
pip install pymarchenko
```

#### From Github

You can also directly install from the main repository (although this is not reccomended)

```
pip install git+https://git@github.com/DIG-Kaust/pymarchenko.git@main
```

## Documentation
The official documentation of PyMarchenko is available [here](https://dig-kaust.github.io/pymarchenko/).

Visit this page to get started learning about the different algorithms implemented in this library.

Moreover, if you have installed PyMarchenko using the *developer environment* you can also build the documentation locally by
typing the following command:
```
make doc
```
Once the documentation is created, you can make any change to the source code and rebuild the documentation by
simply typing
```
make docupdate
```

Our documentation is hosted on Github-Pages and created with a Github-Action triggered every time a commit is made
to the main branch.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pymarchenko",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "geophysics,inverse problems,seismic",
    "author": "",
    "author_email": "Matteo Ravasi <matteoravasi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/19/72/ea3ed099c6621032eab157616793209042fcbf9081aefdcad3f5991f00c8/pymarchenko-0.2.0.tar.gz",
    "platform": null,
    "description": "# PyMarchenko\n\nThis Python library provides a bag of Marchenko algorithms implemented on top of [PyLops](https://pylops.readthedocs.io).\n\nWhilst a basic implementation of the [Marchenko](https://pylops.readthedocs.io/en/latest/api/generated/pylops.waveeqprocessing.Marchenko.html#pylops.waveeqprocessing.Marchenko)\nalgorithm is available directly in PyLops, a number of variants have been developed over the years. This library aims at collecting\nall of them in the same place and give access to them with a unique consistent API to ease switching between them and prototyping new\nalgorithms.\n\n## Objective\nCurrently we provide the following implementations:\n\n- Marchenko redatuming via Neumann iterative substitution (Wapenaar et al., 2014)\n- Marchenko redatuming via inversion (van der Neut et al., 2017)\n- Rayleigh-Marchenko redatuming (Ravasi, 2017)\n- Internal multiple elimination via Marchenko equations (Zhang et al., 2019)\n- Marchenko redatuming with irregular sources (Haindl et al., 2021)\n\nAlongside the core algorithms, these following auxiliary tools are also provided:\n\n- Target-oriented receiver-side redatuming via MDD\n- Marchenko imaging (combined source-side Marchenko redatuming and receiver-side MDD redatuming)\n- Angle gather computation (de Bruin, Wapenaar, and Berkhout, 1990)\n\n\n## Getting started\n\nYou need **Python 3.6 or greater**.\n\n#### From PyPi\n\n```\npip install pymarchenko\n```\n\n#### From Github\n\nYou can also directly install from the main repository (although this is not reccomended)\n\n```\npip install git+https://git@github.com/DIG-Kaust/pymarchenko.git@main\n```\n\n## Documentation\nThe official documentation of PyMarchenko is available [here](https://dig-kaust.github.io/pymarchenko/).\n\nVisit this page to get started learning about the different algorithms implemented in this library.\n\nMoreover, if you have installed PyMarchenko using the *developer environment* you can also build the documentation locally by\ntyping the following command:\n```\nmake doc\n```\nOnce the documentation is created, you can make any change to the source code and rebuild the documentation by\nsimply typing\n```\nmake docupdate\n```\n\nOur documentation is hosted on Github-Pages and created with a Github-Action triggered every time a commit is made\nto the main branch.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A bag of Marchenko algorithms implemented on top of PyLops",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "geophysics",
        "inverse problems",
        "seismic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d98ffa985c9f287aaad9d150433accab0256c6743604e763ccf3111fd262e90",
                "md5": "54da7f96d79e7fdbce485b668632c70a",
                "sha256": "8bbfaf5affafcd5a8b190e5d3dde3f1d70589859ca51ded2ccd50d8d8af85fd6"
            },
            "downloads": -1,
            "filename": "pymarchenko-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54da7f96d79e7fdbce485b668632c70a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39349174,
            "upload_time": "2023-11-29T18:47:26",
            "upload_time_iso_8601": "2023-11-29T18:47:26.220930Z",
            "url": "https://files.pythonhosted.org/packages/5d/98/ffa985c9f287aaad9d150433accab0256c6743604e763ccf3111fd262e90/pymarchenko-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1972ea3ed099c6621032eab157616793209042fcbf9081aefdcad3f5991f00c8",
                "md5": "d27f78693c3b2831210997e53effde5b",
                "sha256": "acececdfe8fc6f39b21bad5e7034515b59a02d16cac323627ed9bf6aa544aadd"
            },
            "downloads": -1,
            "filename": "pymarchenko-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d27f78693c3b2831210997e53effde5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39339035,
            "upload_time": "2023-11-29T18:47:30",
            "upload_time_iso_8601": "2023-11-29T18:47:30.110068Z",
            "url": "https://files.pythonhosted.org/packages/19/72/ea3ed099c6621032eab157616793209042fcbf9081aefdcad3f5991f00c8/pymarchenko-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-29 18:47:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymarchenko"
}
        
Elapsed time: 0.14711s