Interactive surface analysis in napari for measuring mechanical stresses in biological tissues
Project description
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
Functionality in this repository is divided in two groups: Recipes and plugins.
Recipes
Receipes are workflows for processing images, points and surface data step-by-step.
Recipe | Description |
---|---|
Confocal data (.tif), 3D+t: Interactive tutorial on how to extract surfaces from intensity image data | |
Confocal data (.tif), 3D+t: Jupyter notebook for processing single channel data and extracting gaussian curvature. |
Plugins
All functions in napari-stress are documented separately for interactive usage from the napari viewer as well as Jupyter notebooks.
Function | Links |
---|---|
Fit spherical harmonics: Interactive Code | |
Surface tracing: Code | |
Reconstruct surface: Code |
Utilities
Data to be used for this plugin is typically of the form [TZYX]
(e.g., 3D + time).
Napari-stress offers convenient ways to use functions from other repositories (which are often made for 3D data) on timelapse data with the frame_by_frame
function and the TimelapseConverter
class.
Both are described in more detail in this notebook.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file napari-stress-0.0.10.tar.gz
.
File metadata
- Download URL: napari-stress-0.0.10.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a85979c109fbe5dce738d74eb2525b8f24d64c6999df98c44d4da34b6136ca5 |
|
MD5 | 6ff64d4b4de934247e25b19a07ac24ed |
|
BLAKE2b-256 | c827de7b78a690d5518dc0307740c67102ac83e6e1c26d33b6a9430d100cad46 |
File details
Details for the file napari_stress-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: napari_stress-0.0.10-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da848df244c2060dbe21730ea26ead7daaa2cea8b002a0abea9c108e23d17366 |
|
MD5 | f199020f402a92b9b2d3492426867e83 |
|
BLAKE2b-256 | 2687684f3b61c8d1bd0e4301da1756e2bdb8fcaf8d1842876026e85f4ef77644 |