From 6cf17de00c66381b337eac7b5eb17018bce7770d Mon Sep 17 00:00:00 2001 From: Max Gamill Date: Fri, 13 Sep 2024 18:42:56 +0100 Subject: [PATCH] cleared up nodestats writhe presence --- docs/advanced/nodestats.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced/nodestats.md b/docs/advanced/nodestats.md index 21edc996b5..b642ecbc89 100644 --- a/docs/advanced/nodestats.md +++ b/docs/advanced/nodestats.md @@ -154,7 +154,6 @@ contains a multitude of grain and branch statistics such as: - number of nodes per grain - node confidences - node coordinates -- node writhe sign - number of branches per node - branch distance array - branch height array @@ -162,6 +161,9 @@ contains a multitude of grain and branch statistics such as: - matched and unmatched branch angles ![TopoStats file - NodeStats structure](../_static/images/nodestats/topostats_file.png) +**Note:** The writhe sign is identified in `ordered_traces.py`, not `nodestats` +as the path needs directionality provided by the ordering. It is added to the +NodeStats dictionary as this carries the node statistics. ## Diagnostic Images