Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to find the measurement algorithm? #1

Open
Kamlesh364 opened this issue Nov 3, 2022 · 1 comment
Open

Where to find the measurement algorithm? #1

Kamlesh364 opened this issue Nov 3, 2022 · 1 comment

Comments

@Kamlesh364
Copy link

@mikepound @robail-yasrab
I am interested to learn about the measurement algorithm your tool is using to analyze the length of the Root Architecture and other parameter.
Kindly provide me some resources to explore.

best regards,
Kamlesh

@mikepound
Copy link
Collaborator

Hi,

Sorry for the late reply! It appears I don't have any notifications enabled for this repo. The viewer uses a fairly simple mechanism to measure root length. Each root is a polyline, so a series of single line segments, and we simply sum the euclidean length of each of these. This works well as long as the line is nice and detailed, if it is too simple it skips areas of curvature which might then slightly underestimate the root length.

For lateral roots, the source point is considered the nearest point on the primary root from which it emerges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants