.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CODE_OF_CONDUCT.md
LICENSE
README.md
codecov.yml
mypy.ini
pyproject.toml
pytest.ini
tox.ini
.github/workflows/test.yml
doc/Makefile
doc/conf.py
doc/index.rst
doc/installing.rst
doc/make.bat
doc/api/index.rst
doc/explanation/dem_theory.md
doc/explanation/other_tools.md
doc/explanation/workflow.dia
doc/tutorials/plot_real.py
doc/tutorials/plot_synthetic.py
doc/tutorials/readme.txt
src/demcmc/__init__.py
src/demcmc/dem.py
src/demcmc/emission.py
src/demcmc/io.py
src/demcmc/mcmc.py
src/demcmc/sample_data.py
src/demcmc/units.py
src/demcmc.egg-info/PKG-INFO
src/demcmc.egg-info/SOURCES.txt
src/demcmc.egg-info/dependency_links.txt
src/demcmc.egg-info/requires.txt
src/demcmc.egg-info/top_level.txt
src/demcmc/tests/__init__.py
src/demcmc/tests/test_dem.py
src/demcmc/tests/test_emission.py
src/demcmc/tests/test_mcmc.py