-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature request: read VTK format streamlines #13
Comments
Hi, yes, that would indeed be a good addition to the tool. We are not sure of the time needed to add such loader (because of all other projects needing our time). In the meantime, if you already have some python-based workflows, you could use Dipy, which now has a function to compress streamlines that uses the exact same algorithm has this binary tool. You can see an example here, in the Dipy documentation for streamlines compression To be able to load your VTK streamlines to process them with Dipy, you can use the TractConverter If you need help with those, please let us know! |
Thanks for your quick response. Perhaps you could add an example script to |
Hi neurolabusc, If not, I did a Pull request recently to add "vtkPolyData loader in Dipy" |
@StongeEtienne Not sure exactly why you're saying that. We normally encourage people to reuse the same file format for the input and output. However, when writing a vtk file, the minimal header information needed to work is kept. If you feel other fields need to be kept, you are more than welcome to make a PR :) |
Hello-
The current version imports MRTrix TCK and TrackVis TRK format files. It would be great if one could import VTK format files, as this seems to be the most popular format across tools (DTI-TK, Fiber Navigator, Camino, MedInria).
The text was updated successfully, but these errors were encountered: