From 1893292cfbb6930f988a87316a8e3318c8bb3cac Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 24 Sep 2024 10:21:03 -0500 Subject: [PATCH] plugins/snt/metrics: fix liquid syntax warning --- _pages/plugins/snt/metrics.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/_pages/plugins/snt/metrics.md b/_pages/plugins/snt/metrics.md index 75e3a40d0..b6f86eb18 100644 --- a/_pages/plugins/snt/metrics.md +++ b/_pages/plugins/snt/metrics.md @@ -12,11 +12,10 @@ tags: snt,reconstruction,tracing,arbor,neuron,morphometry,dendrite,axon,neuroana ## Metrics {% capture text%} -**This list is focused on default measurements available through SNT's GUI and does not include specialized metrics available via its scripting API. Thus, it only captures [a subset](#notes) of the full repertoire of SNT metrics.**
- +**This list is focused on default measurements available through SNT's GUI and does not include specialized metrics available via its scripting API. Thus, it only captures [a subset](#notes) of the full repertoire of SNT metrics.** +

**For each metric SNT retrieves the descriptive statistics _Mix_, _Max_, _Mean_, _Standard Deviation_ (SD), _Sum_ and _N_**, which may lead to inevitable [redundancy](#notes) between measurements. E.g., when measuring [Branch length](#branch-length) for a particular cell, it is possible to retrieve the length of the smallest branch (_Min_), the longest (_Max_), the average and standard deviation of all branch lengths (_Mean_ and _SD_), their total length (_Sum_), and number (_N_). -
-
+

Metrics ported from published literature include their associated publication in the definition. {% endcapture %} {% include notice icon="info" content=text %}