CHANGELOG.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/conf.py
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/modules/petrophysics.rst.txt
docs/_build/html/_sources/modules/preprocessing.rst.txt
docs/_build/html/_sources/modules/pseudowells.rst.txt
docs/_build/html/_sources/modules/rockphysics.rst.txt
docs/_build/html/_sources/modules/machinelearning/classification.rst.txt
docs/_build/html/_sources/modules/machinelearning/index.rst.txt
docs/_build/html/_sources/modules/machinelearning/regression.rst.txt
docs/_build/html/_sources/usage/installation.rst.txt
docs/_build/html/_sources/usage/quickstart.rst.txt
stoneforge/__init__.py
stoneforge.egg-info/PKG-INFO
stoneforge.egg-info/SOURCES.txt
stoneforge.egg-info/dependency_links.txt
stoneforge.egg-info/requires.txt
stoneforge.egg-info/top_level.txt
stoneforge/datasets/__init__.py
stoneforge/datasets/data_info.txt
stoneforge/datasets/dataload.py
stoneforge/inversion/__init__.py
stoneforge/inversion/regularized_acoustic_reflectivy_inversion.py
stoneforge/inversion/viability_study/__init__.py
stoneforge/inversion/viability_study/bayes.py
stoneforge/io/__init__.py
stoneforge/io/csv.py
stoneforge/io/dlisio_r.py
stoneforge/io/las2.py
stoneforge/io/lasparser.py
stoneforge/machine_learning/__init__.py
stoneforge/machine_learning/classification/__init__.py
stoneforge/machine_learning/classification/evaluation.py
stoneforge/machine_learning/classification/fit.py
stoneforge/machine_learning/classification/predict.py
stoneforge/machine_learning/classification/settings.py
stoneforge/machine_learning/classification/validation.py
stoneforge/machine_learning/mlp_classification/__init__.py
stoneforge/machine_learning/mlp_classification/evaluation.py
stoneforge/machine_learning/mlp_classification/fit.py
stoneforge/machine_learning/mlp_classification/predict.py
stoneforge/machine_learning/mlp_classification/settings.py
stoneforge/machine_learning/mlp_classification/validation.py
stoneforge/machine_learning/mlp_regression/__init__.py
stoneforge/machine_learning/mlp_regression/evaluation.py
stoneforge/machine_learning/mlp_regression/fit.py
stoneforge/machine_learning/mlp_regression/predict.py
stoneforge/machine_learning/mlp_regression/settings.py
stoneforge/machine_learning/mlp_regression/validation.py
stoneforge/machine_learning/regression/__init__.py
stoneforge/machine_learning/regression/evaluation.py
stoneforge/machine_learning/regression/fit.py
stoneforge/machine_learning/regression/mldr_project.py
stoneforge/machine_learning/regression/predict.py
stoneforge/machine_learning/regression/settings.py
stoneforge/petrophysics/__init__.py
stoneforge/petrophysics/helpers.py
stoneforge/petrophysics/porosity.py
stoneforge/petrophysics/shale_volume.py
stoneforge/petrophysics/total_organic_carbon_content.py
stoneforge/petrophysics/water_saturation.py
stoneforge/preprocessing/__init__.py
stoneforge/preprocessing/data_management.py
stoneforge/preprocessing/data_processing.py
stoneforge/preprocessing/las2.py
stoneforge/preprocessing/las_pandas.py
stoneforge/pseudo_wells/__init__.py
stoneforge/pseudo_wells/lithology_generator.py
stoneforge/pseudo_wells/monte_carlo_simulations.py
stoneforge/pseudo_wells/pseudo_tools.py
stoneforge/rock_physics/__init__.py
stoneforge/rock_physics/elastic_constants.py
stoneforge/rock_physics/fluid_substitution.py
stoneforge/rock_physics/gem.py
stoneforge/rock_physics/inclusion.py
stoneforge/rock_physics/rock_physics_bounds.py
stoneforge/vis/__init__.py
stoneforge/vis/img.py
stoneforge/wavelets/__init__.py
stoneforge/wavelets/butterworth.py
stoneforge/wavelets/ormsby.py
stoneforge/wavelets/ricker.py
tests/tests_ml/test_classification.py
tests/tests_ml/test_regression.py
tests/tests_porosity/parameters_p.py
tests/tests_porosity/test_porosity.py
tests/tests_rock_physics/test_elastic_constants.py
tests/tests_rock_physics/test_fluid_substitution.py
tests/tests_rock_physics/test_gem.py
tests/tests_water_saturation/parameters_ws.py
tests/tests_water_saturation/test_water_saturation.py