-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflects assumptions about streamlines fix recommended (and incoming) #16
Comments
@DanNBullock sounds good slower but geenral can you please make a pull request? |
ok, I should probably test it first though, will do that and then make request |
yes pls |
resolved: #17 |
Interesting epilogue to this story: Apparently a similar issue was also included in MRtrix for a while: But then they ended up getting a publication out of fixing it: https://www.sciencedirect.com/science/article/pii/S105381192200859X |
mba/compute/mbaComputeFiberLengthDistribution.m
Line 30 in 1f06c4b
This computation assumes that (1) the nodes of streamlines are always 1mm spaced and (2) evenly spaced (such that each internode difference is equivalent).
Currently it is simply returning the number of nodes in all streamlines in an fg.
This is particularly a problem due to:
mba/compute/mbaRemoveFibersCoordsDistributionOutlier.m
Line 31 in 1f06c4b
which resamples all streamlines to the same number of nodes
Recommended fix:
(or some cellfun variant thereof to avoid the streamsTotal reassignment)
The text was updated successfully, but these errors were encountered: