Skip to content
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

Plot tractography #292

Open
Davi1990 opened this issue May 15, 2020 · 2 comments
Open

Plot tractography #292

Davi1990 opened this issue May 15, 2020 · 2 comments

Comments

@Davi1990
Copy link

Hello everyone,

as for my understanding, PySurfer does not have a way to plot dwi track fttb. Are you planning to implement them in the near future? If yes, I would like to contribute it if you want.

Thanks

@larsoner
Copy link
Contributor

I imagine that there are a lot of specific options for doing this. Maybe it would be better to build a separate tractography viz package that used PySurfer instead? It could also perhaps do volume viz, etc., which are also implicitly out of scope for PySurfer.

@mwaskom
Copy link
Member

mwaskom commented May 15, 2020

Dipy seems to have a visualization module and it looks like they are using mayavi for 3d plotting: https://dipy.org/documentation/1.1.1./examples_built/viz_bundles/#example-viz-bundles

We have an example that shows how to make the surface transparent so you can see into the volume: http://pysurfer.github.io/auto_examples/plot_transparent_brain.html#sphx-glr-auto-examples-plot-transparent-brain-py. This might be useful for integrating surface-based statistics with dipy streamlines. (I don't know whether the coordinate systems will match out of the box).

But I agree that dwi data would be out of scope for pysurfer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants