Skip to content

Commit

Permalink
plugins/snt/metrics: fix liquid syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Sep 24, 2024
1 parent 29009b3 commit 1893292
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions _pages/plugins/snt/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**<br>

**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.**
<br><br>
**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_).
<br>
<br>
<br><br>
Metrics ported from published literature include their associated publication in the definition.
{% endcapture %}
{% include notice icon="info" content=text %}
Expand Down

0 comments on commit 1893292

Please sign in to comment.