Skip to content

AmirMardan/PyFWI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}