.gitignore
.readthedocs.yml
CHANGELOG.md
CMakeLists.txt
LICENCE
README.md
pyproject.toml
setup.py
docs/Makefile
docs/README.md
docs/environment.yml
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/_ext/generate_contrib_docs.py
docs/source/_static/contrib_edit1.png
docs/source/_static/contrib_fork.png
docs/source/_static/contrib_fork2.png
docs/source/_static/contrib_fork3.png
docs/source/_static/contrib_fork4.png
docs/source/_static/espresso_arch.svg
docs/source/_static/inlab_logo_60px.png
docs/source/_static/style.css
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/exception.rst
docs/source/_templates/autosummary/function.rst
docs/source/_templates/autosummary/module.rst
docs/source/contributor_guide/contribute.rst
docs/source/contributor_guide/new_contrib.rst
docs/source/contributor_guide/ways.rst
docs/source/developer_notes/changelog.md
docs/source/developer_notes/develop.rst
docs/source/developer_notes/licence.rst
docs/source/user_guide/faq.rst
docs/source/user_guide/installation.rst
docs/source/user_guide/introduction.rst
docs/source/user_guide/usage.rst
docs/source/user_guide/api/index.rst
docs/source/user_guide/contrib/_index.rst
src/cofi_espresso/CMakeLists.txt
src/cofi_espresso/__init__.py
src/cofi_espresso/_espresso_problem.py
src/cofi_espresso/_version.py
src/cofi_espresso/exceptions.py
src/cofi_espresso/list_problems.py
src/cofi_espresso/version.py
src/cofi_espresso.egg-info/PKG-INFO
src/cofi_espresso.egg-info/SOURCES.txt
src/cofi_espresso.egg-info/dependency_links.txt
src/cofi_espresso.egg-info/requires.txt
src/cofi_espresso.egg-info/top_level.txt
src/cofi_espresso/_fmm_tomography/.gitignore
src/cofi_espresso/_fmm_tomography/CMakeLists.txt
src/cofi_espresso/_fmm_tomography/LICENCE
src/cofi_espresso/_fmm_tomography/README.md
src/cofi_espresso/_fmm_tomography/__init__.py
src/cofi_espresso/_fmm_tomography/_fmm_tomography.py
src/cofi_espresso/_fmm_tomography/waveTracker.py
src/cofi_espresso/_fmm_tomography/datasets/cbmod.txt
src/cofi_espresso/_fmm_tomography/datasets/ttimes/receivers_InLab_lrt_r36.dat
src/cofi_espresso/_fmm_tomography/datasets/ttimes/receivers_crossb_nwt_r10.dat
src/cofi_espresso/_fmm_tomography/datasets/ttimes/sources_InLab_lrt_s500.dat
src/cofi_espresso/_fmm_tomography/datasets/ttimes/sources_crossb_nwt_s10.dat
src/cofi_espresso/_fmm_tomography/datasets/ttimes/ttimes_InLab_lrt_s500_r36.dat
src/cofi_espresso/_fmm_tomography/datasets/ttimes/ttimes_crossb_nwt_s10_r10.dat
src/cofi_espresso/_fmm_tomography/fmst/compile
src/cofi_espresso/_fmm_tomography/fmst/src/fm2dss.f90
src/cofi_espresso/_gravity_density/LICENCE
src/cofi_espresso/_gravity_density/README.md
src/cofi_espresso/_gravity_density/__init__.py
src/cofi_espresso/_gravity_density/_gravity_density.py
src/cofi_espresso/_gravity_density/metadata.yml
src/cofi_espresso/_gravity_density/data/__init__.py
src/cofi_espresso/_gravity_density/data/gravmodel1.txt
src/cofi_espresso/_gravity_density/data/testdata.txt
src/cofi_espresso/_simple_regression/LICENCE
src/cofi_espresso/_simple_regression/README.md
src/cofi_espresso/_simple_regression/__init__.py
src/cofi_espresso/_simple_regression/_simple_regression.py
src/cofi_espresso/_xray_tomography/LICENCE
src/cofi_espresso/_xray_tomography/README.md
src/cofi_espresso/_xray_tomography/__init__.py
src/cofi_espresso/_xray_tomography/_xray_tomography.py
src/cofi_espresso/_xray_tomography/data/__init__.py
src/cofi_espresso/_xray_tomography/data/csiro_logo.png
src/cofi_espresso/_xray_tomography/data/example1.dat
src/cofi_espresso/_xray_tomography/data/example2.dat
src/cofi_espresso/_xray_tomography/data/example3.dat
src/cofi_espresso/_xray_tomography/data/inlab_logo.png
src/cofi_espresso/utils/__init__.py
src/cofi_espresso/utils/data_loader.py