.flake8
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
image.svg
mkdocs.yml
mypy.ini
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-docs.txt
requirements.txt
setup.py
./tmd/__init__.py
./tmd/_version.py
./tmd/processor.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build.yml
.github/workflows/dependabot-auto-merge.yml
.github/workflows/docs.yml
.github/workflows/pre-commit.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
docs/installation.md
docs/api/filter.md
docs/api/exporters/stl.md
docs/architecture/component-diagram.md
docs/architecture/data-flow.md
docs/architecture/overview.md
docs/user-guide/getting-started.md
examples/gelsight/circle_0mm_100g_heightmap_linear_detrend.tmd
examples/v1/Dime.tmd
examples/v1/StepHeight.tmd
examples/v1/Surface.tmd
examples/v1/money.tmd
examples/v1/paper.tmd
examples/v2/Dime.tmd
examples/v2/Euro coin.tmd
examples/v2/Laser marking on silicon wafer.tmd
examples/v2/StepHeight.tmd
examples/v2/Surface.tmd
examples/v2/Vickers Indentation.tmd
examples/v2/money.tmd
examples/v2/paper.tmd
notebooks/demo.ipynb
notebooks/tmd.ipynb
notebooks/output/metadata.txt
notebooks/output/sample.tmd
tests/__init__.py
tests/test_filter.py
tests/test_processing.py
tests/test_processor.py
tests/test_stl_export.py
tests/test_utils.py
tests/ressources/sample.tmd
tmd/__init__.py
tmd/_version.py
tmd/processor.py
tmd/exporters/__init__.py
tmd/exporters/image.py
tmd/exporters/numpy.py
tmd/exporters/stl.py
tmd/plotters/__init__.py
tmd/plotters/matplotlib.py
tmd/plotters/plotly.py
tmd/plotters/seaborn.py
tmd/utils/__init__.py
tmd/utils/filter.py
tmd/utils/metadata.py
tmd/utils/processing.py
tmd/utils/utils.py
truemapdata.egg-info/PKG-INFO
truemapdata.egg-info/SOURCES.txt
truemapdata.egg-info/dependency_links.txt
truemapdata.egg-info/entry_points.txt
truemapdata.egg-info/requires.txt
truemapdata.egg-info/top_level.txt