diff --git a/README.md b/README.md index e88a2d949f83adde285e73dfd809d6c61473a93b..ca30abef2b49ce06a33df512a77a457325551770 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,19 @@ Virtual acoustics in inhomogeneous media with single-sided access: 2018, Scientific Reports, Vol. 8, 2497. Download: http://homepage.tudelft.nl/t4n4v/4_Journals/Nature/SR_18.pdf --4- When you are using the marchenko_primaries algorithm developed by Lele Zhang please refer to the following paper +-4- When you are using the marchenko_primaries algorithm developed by Lele Zhang please refer to the following papers Free-surface and internal multiple elimination in one step without adaptive subtraction Lele Zhang and Evert Slob 2019, Geophysics, Vol. 84, no. 1 (January-February); p. A7-A11, doi: 10.1190/GEO2018-0548.1 Download: http://homepage.tudelft.nl/t4n4v/BeyondInterferometry/geo_19h.pdf +and + +Implementation of the Marchenko Multiple Elimination algorithm, +Jan Thorbecke, Lele Zhang, Kees Wapenaar, Evert Slob, +2021, Geophysics, Vol. 86, no. 2 (March-April); p. 1-15, doi: 10.1190/GEO2020-0196.1 + -5- If you use the fdacrtmc code of Max Holicki please refer to the following paper: Acoustic directional snapshot wavefield decomposition diff --git a/REPRODUCE b/REPRODUCE index 369ad56f496d6fd3d970de7381af3c3840276b0b..b2933802fcb6735a5ddf29566ad8998191eeee72 100644 --- a/REPRODUCE +++ b/REPRODUCE @@ -40,10 +40,11 @@ Lele Zhang and Evert Slob 2019, Geophysics, Vol. 84, no. 1 (January-February); p. A7-A11, doi: 10.1190/GEO2018-0548.1 Download: http://homepage.tudelft.nl/t4n4v/BeyondInterferometry/geo_19h.pdf -Or to the paper that belongs to the MME source code package: +and the paper that belongs to the MME source code package: + "Implementation of the Marchenko Multiple Elimination algorithm", Jan Thorbecke, Lele Zhang, Kees Wapenaar, Evert Slob, -2020, Geophysics, Accepted for pubication in November 2020 +2021, Geophysics, Vol. 86, no. 2 (March-April); p. 1-15, doi: 10.1190/GEO2020-0196.1 *** To reproduce the Figures shown in the GEOPHYICS paper "Implementation of the Marchenko Multiple Elimination algorithm" the scripts in marchenko/demo/mme directory can be used. The README_PRIMARIES in this directory gives more instructions and guidelines.