Skip to content
Discussion options

You must be logged in to vote

Hi Ruben,
it looks like the stem is splitting too early.
As the algorithm traces up through the stem points it clusters the points based on a gap width, so if there is a big gap between points on the stem it will think it has become two branches.
The gap width is specified as a ratio relative to the branch length to tip, and is an internal constant that defaults to 0.016. You can change it with the -g (--gap_ratio) parameter. I'd try doubling it and see if it helps.
You could also try upping the span ratio (--span_ratio) from 4.5, which makes it less inclined to split, but probably won't do much.

I think there is a bit of a model limitation also. You hedge has a fairly thick stem right to…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rvos94
Comment options

@thomas-lowe
Comment options

Answer selected by thomas-lowe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants