-
Notifications
You must be signed in to change notification settings - Fork 262
Support pdb files #313
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
Comments
How niche is the format? Who is using it? |
I am not sure. It is the native format for the Quench viewer, which I believe is still being used among some of my academic siblings and nephews/nieces. But they're not really using Python :-( The file format has some neat features. It allows storing not only spatial coordinates, but also associated statistics (e.g. FA along the length of the track, or the mean FA per track). |
I've been really busy lately but once #243 is merged, it would be really easy to add support to it. |
Sorry to come in late on that one. Is there anything I can do to help that On Tue, Jun 16, 2015 at 7:40 AM, Marc-Alexandre Côté <
|
This is a somewhat niche file-format for streamlines from dMRI tractography. I have an implementation of reading, writing and converting from/to trk files implemented here: https://github.com/vistalab/pdb_files.
Would integrating this implementation into nibabel be a desirable thing?
The text was updated successfully, but these errors were encountered: