FBK-NILab / tractome

Tractome is an interactive 3D tool for exploration and segmentation of tractography data.
Other
7 stars 5 forks source link

hardcoded filtering of short streamlines is a problem #17

Open emanuele opened 9 years ago

emanuele commented 9 years ago

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:

emanuele commented 9 years ago

Here is a gist to load .trk files as tractome does in this moment. It may be useful for loading segmentations outside tractome: https://gist.github.com/emanuele/b1ffb8edeeaee8b5b8f4