Metadata-Version: 2.1
Name: nanite_model_sneddon_spher
Version: 1.0.2
Summary: Sneddon model for AFM analysis in nanite
Author: Paul Müller
Maintainer-email: Paul Müller <dev@craban.de>
License: GPL version 3
Project-URL: source, https://github.com/AFM-Analysis/nanite_model_sneddon_spher
Project-URL: tracker, https://github.com/AFM-Analysis/nanite/nanite_model_sneddon_spher
Project-URL: changelog, https://github.com/AFM-analysis/nanite_model_sneddon_spher/CHANGELOG
Keywords: atomic force microscopy,mechanical phenotyping,tissue analysis
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lmfit>=1
Requires-Dist: numpy>=1.22.0

nanite_model_sneddon_spher
==========================

|PyPI Version| |Build Status|

This repository contains a Cython implementation of the
iterative Hertz model for a spherical indenter (modified by Sneddon)
for the `nanite <https://github.com/AFM-analysis/nanite>`_
AFM force-indentation analysis package.

This model is an optional component of nanite and is only of academic
interest.


Installation
------------
To install the latest release:

::

    pip install nanite_model_sneddon_spher


.. |PyPI Version| image:: https://img.shields.io/pypi/v/nanite_model_sneddon_spher.svg
   :target: https://pypi.python.org/pypi/nanite_model_sneddon_spher
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/AFM-analysis/nanite_model_sneddon_spher/check.yml
   :target: https://github.com/AFM-analysis/nanite_model_sneddon_spher/actions?query=workflow%3AChecks
