Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jumitti/skeletonanalyzer
Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ
https://github.com/jumitti/skeletonanalyzer
dataanalysis fiji imagej
Last synced: 14 days ago
JSON representation
Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ
- Host: GitHub
- URL: https://github.com/jumitti/skeletonanalyzer
- Owner: Jumitti
- Created: 2024-07-20T08:37:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T09:14:40.000Z (7 months ago)
- Last Synced: 2024-07-30T19:10:59.078Z (6 months ago)
- Topics: dataanalysis, fiji, imagej
- Language: Python
- Homepage: https://skeletonanalyzer.streamlit.app/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton Analyzer ðĶī
Python script to facilitate the processing of data obtained with the AnalyzeSkeleton tool from Fiji/ImageJ### Analyze
- Branches, Junctions and End-point Voxels are sums
- Average Branch Length is a mean### How to use
#### Web way
- [Skeleton Analyzer](https://skeletonanalyzer.streamlit.app/)
- Or with [LabMaster](https://labmaster.streamlit.app/) (bundle of application)If the application is dormant, you can restart it.
#### LOCAL easy way (WINDOWS only)
- Download [last release ``skeletonanalyzer.exe``](https://github.com/Jumitti/skeletonanalyzer/releases)
- Install [Python 3](https://www.python.org/downloads/)
- Run ``skeletonanalyzer.exe``#### LOCAL other way
- Download [GitHub repo](https://github.com/Jumitti/skeletonanalyzer/archive/refs/heads/main.zip)
- Install [Python 3](https://www.python.org/downloads/)
- Install packages from requirements.txt with ``pip install -r requirements.txt`` in CMD
- Run in CMD ``streamlit run main.py``
- Enjoy ð### [Documentation of AnalyzeSkeleton from Fiji](https://imagej.net/plugins/analyze-skeleton)
### Issues
Please contact [[email protected]](mailto:[email protected]) or [Issues](https://github.com/Jumitti/skeletonanalyzer/issues)