This plugin provides tools for the analysis of surfaces in Napari, such as utilities to determine and refine the surface-representation of objects using a ray-casting approach and calculate the curvature of surfaces. It re-implements code in Napari that was written for Gross et al. (2021): STRESS, an automated geometrical characterization of deformable particles for in vivo measurements of cell and tissue mechanical stresses and has been made open source in this repository.
For documentation on how to use napari-stress both interactively from the napari-viewer or from code, please visit the documentation
Create a new conda environment with the following command. If you have never used conda before, please read this guide first.
conda create -n napari-stress Python=3.9 napari jupyterlab -c conda-forge
conda activate napari-stress
You can then install napari-stress using pip:
pip install napari-stress
To report bugs, request new features or get in touch, please open an issue or tag @EL_Pollo_Diablo
on image.sc.
There are other napari plugins with similar / overlapping functionality
Contributions are very welcome. Tests can be run with pytest, please ensure the coverage at least stays the same before you submit a pull request.
Distributed under the terms of the BSD-3 license, "napari-stress" is free and open source software
This project was supported by the Deutsche Forschungsgemeinschaft under Germany’s Excellence Strategy – EXC2068 - Cluster of Excellence "Physics of Life" of TU Dresden.