From dd5cad409ed0d8f6ff6d0beeac8dd313deb343d4 Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Tue, 12 Nov 2024 14:54:32 +0000 Subject: [PATCH] Update topostats/default_config.yaml Co-authored-by: Sylvia Whittle <86117496+SylviaWhittle@users.noreply.github.com> --- topostats/default_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topostats/default_config.yaml b/topostats/default_config.yaml index cf8cdf1fa4f..8d01ec8aad9 100644 --- a/topostats/default_config.yaml +++ b/topostats/default_config.yaml @@ -74,7 +74,7 @@ disordered_tracing: method_outlier: mean_abs # The method to prune branches based on height. Options : abs | mean_abs | iqr. nodestats: run: true # Options : true, false - node_joining_length: 7.0 # The distance over which to join nearby crossing points. + node_joining_length: 7.0 # The distance in nanometres over which to join nearby crossing points. node_extend_dist: 14.0 # The distance in nanometres over which to join nearby odd-branched nodes. branch_pairing_length: 20.0 # The length in nanometres from the crossing point to pair and trace, obtaining FWHM's. pair_odd_branches: false # Whether to try and pair odd-branched nodes. Options: true and false.