Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.38 KB

PyFWI

PyPI version License: GPL v3 Documentation Status DOI Downloads

This repository contains Python package for elastic seismic full-waveform inversion (FWI) and time-lapse FWI.

Installation

To install this package, run

python3 -m pip install PyFWI

on macOS or

py -m pip install PyFWI

on Windows.

The structure of PyFWI can be shown as

PyFWI_structure

Citing PyFWI

@article{mardan2023pyfwi,
  title = {PyFWI: {A Python} package for full-waveform inversion and reservoir monitoring},
  author = {Mardan, Amir and Giroux, Bernard and Fabien-Ouellet, Gabriel},
  journal = {SoftwareX},
  volume = {22},
  pages = {101384},
  year = {2023},
  publisher = {Elsevier},
  doi = {10.1016/j.softx.2023.101384}
}