A bag of Marchenko algorithms implemented on top of PyLops
Project description
PyMarchenko
This Python library provides a bag of Marchenko algorithms implemented on top of PyLops.
Whilst a basic implementation of the 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.
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
Since the tutorials are too heavy to be created by documentation web-services like Readthedocs, our documentation is hosted on Github-Pages and run locally on a separate branch. To get started create the following branch both locally and in your remote fork:
git checkout -b gh-pages
git push -u origin gh-pages
Every time you want to update and deploy the documentation run:
make docpush
This will automatically move to the gh-pages
branch, build the documentation and push it in the equivalent remote branch.
You can finally make a Pull Request for your local gh-pages
branch to the gh-pages
in the DIG-Kaust repository,
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pymarchenko-0.1.0.tar.gz
.
File metadata
- Download URL: pymarchenko-0.1.0.tar.gz
- Upload date:
- Size: 24.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21f902c0a64d61d65d004d42126fddef887e43ef3c3af2ac2332ce19cd77337b |
|
MD5 | 1db6618d95012983f11e0c1fe56de7d9 |
|
BLAKE2b-256 | a53bc1f8d1e33049168656d6ef53a78b2dff19b8c9d5b7724dcbce47fb88aa02 |
File details
Details for the file pymarchenko-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pymarchenko-0.1.0-py3-none-any.whl
- Upload date:
- Size: 35.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ce45cacfa2add537bb535078847567e030a53562fa897b9cfdec02ce0bce550 |
|
MD5 | 4d6ff18c954217e78d4615ea9a23a061 |
|
BLAKE2b-256 | fddcd5daa713b4d752c1d9e5a2cb7b70a3c99ae9a0f1954ff11cc84f76b1fa95 |