Metadata-Version: 2.4
Name: topobank-statistics
Version: 1.7.0
Summary: Statistical roughness analysis for "topobank"
Author-email: Michael Röttger <info@michael-roettger.de>, Lars Pastewka <lars.pastewka@imtek.uni-freiburg.de>
Requires-Python: >=3.8.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Celery
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE
Requires-Dist: DiscoverVersion
Requires-Dist: SurfaceTopography>=1.14.0
Requires-Dist: pint
Project-URL: homepage, https://contact.engineering
Project-URL: repository, https://github.com/ContactEngineering/topobank-statistics

Statistical Analysis Functions for TopoBank
===========================================

Purpose
-------

This plugin adds the following analysis functions to Topobank:

- Height/Curvature/Slope Distribution
- Autocorrelation
- Power Spectrum
- Roughness Parameters
- Scale-dependent slope/curvature
- Variable bandwidth

For more information, see our `paper`_.

Installation
------------

For production:

.. code-block:: bash

    pip install topobank-statistics

For development:

Clone project, enter project directory and run

.. code-block:: bash

    pip install -e .[dev]

.. _paper: https://doi.org/10.1088/2051-672X/ac860a


