Given a bifurcation, this function returns the angle between that bifurcation
and the end of the two growing segments (in degree). In other words this function
returns the angle between two branches
| Metric | Total_Sum | #Compartments (considered) |
#Compartments (discarded) |
Minimum | Average | Maximum | S.D |
| Bif_ampl_remote | 4346.94 | 96 | (1006) | 0 | 45.2806 | 128.354 | 24.487 |
In the above example the total sum of the Bif_ampl_remote doesn't make sense. Only the compartments that lead to bifurcation are considered, 96 according to this example.
All other compartments are discarded, 1006 according to this example.
The minimum value returns the minimum angle in degree, 0 in this example.
The average returns the average measure of the angle in degree, 45.2 in this example.
The maximum returns the maximum measure of the angle in degree, 128.35 in this example.
The S.D is 24.4