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
In tractome.py there is an hardcoded filter to remove short streamlines. First of all it is quite meaningless per se. Moreover it make it pretty difficult to reuse the saved segmentations in other code, because a set of unexpected steps must be done in order to use the correct streamlines IDs, namely:
when loading a .trk tractography with nibabel it is essential to specify points_space='voxel'
compute the length of each streamline with dipy.tracking.metrics.length
keep only streamlines whose length is >= 15.
The text was updated successfully, but these errors were encountered:
emanuele
changed the title
hardcoded filtering short streamlines is a problem
hardcoded filtering of short streamlines is a problem
Jan 9, 2015
In tractome.py there is an hardcoded filter to remove short streamlines. First of all it is quite meaningless per se. Moreover it make it pretty difficult to reuse the saved segmentations in other code, because a set of unexpected steps must be done in order to use the correct streamlines IDs, namely:
The text was updated successfully, but these errors were encountered: