dirkphilip / LASIF_2.0

An End-to-end Workflow for Adjoint Full Seismic Waveform Inversions, specifically designed for SALVUS. For a tutorial, please download the Jupyter notebook at https://github.com/solvithrastar/LASIF_tutorials
GNU General Public License v3.0
14 stars 12 forks source link

Logo

Build Status GPLv3

Detailed documentation: LASIF

Installation process:

cd <directory to download LASIF>
git clone https://github.com/dirkphilip/LASIF_2.0.git
cd LASIF_2.0
conda env create -f environment.yml
conda activate lasif
pip install -e .

Paper

If you use LASIF for your project, please consider citing our paper(s):

Solvi Thrastarson, Dirk-Philip van Herwaarden, Lion Krischer and Andreas Fichtner (2021), LASIF: LArge-scale Seismic Inversion Framework, an updated version, EarthArXiv, doi:10.31223/X5NC84.

Bibtex:

@misc{Thrastarson_2021a,
  title={LASIF: LArge-scale Seismic Inversion Framework, an updated version},
  author={Thrastarson, Solvi and van Herwaarden, Dirk-Philip and Krischer, Lion and Fichtner, Andreas},
  year={2021},
  publisher={EarthArXiv}
  doi = {10.31223/X5NC84},
  url = {https://doi.org/10.31223/X5NC84}
}

For more details and the reasoning behind LASIF, please also see the paper associated with the original version of LASIF:

Lion Krischer, Andreas Fichtner, Saule Zukauskaite, and Heiner Igel (2015), Large‐Scale Seismic Inversion Framework, Seismological Research Letters, doi:10.1785/0220140248.

Bibtex:

@article{krischer2015large,
  title={Large-scale seismic inversion framework},
  author={Krischer, Lion and Fichtner, Andreas and Zukauskaite, Saule and Igel, Heiner},
  journal={Seismological Research Letters},
  volume={86},
  number={4},
  pages={1198--1207},
  year={2015},
  publisher={Seismological Society of America}
}