haesleinhuepf / napari-stress

Interactive surface analysis in napari for bio-mechanical stress measurement

Home Page:https://campaslab.github.io/napari-stress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License PyPI Python Version tests codecov pre-commit PyPI - Downloads napari hub DOI

napari-stress

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.

Usage

For documentation on how to use napari-stress both interactively from the napari-viewer or from code, please visit the documentation

Installation

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

Issues

To report bugs, request new features or get in touch, please open an issue or tag @EL_Pollo_Diablo on image.sc.

See also

There are other napari plugins with similar / overlapping functionality

Contributing

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.

License

Distributed under the terms of the BSD-3 license, "napari-stress" is free and open source software

Acknowledgements

This project was supported by the Deutsche Forschungsgemeinschaft under Germany’s Excellence Strategy – EXC2068 - Cluster of Excellence "Physics of Life" of TU Dresden.

About

Interactive surface analysis in napari for bio-mechanical stress measurement

https://campaslab.github.io/napari-stress/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%Language:Batchfile 0.0%