You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, abs should not be. I think I added section taper rate for diameter synthesis a while ago, probably I didn't pay attention to the segment one, which is very noise in general
eleftherioszisis
changed the title
Missmatching behavior between segment and section taper rates
Mismatching behavior between segment and section taper rates
Mar 17, 2022
Segment taper rates calculate the absolute slope of the segment diameters:
NeuroM/neurom/features/neurite.py
Lines 230 to 243 in a9e3020
whereas the section taper rates calculate the signed slope from the linear fit to the diameters:
NeuroM/neurom/features/neurite.py
Lines 247 to 259 in a9e3020
Is this to be expected? I would expect that in both cases the signed slope would be desired.
The second test fails with
[1, 1]
@lidakanari @arnaudon @adrien-berchet
The text was updated successfully, but these errors were encountered: