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

Transitional probability computation #2

Closed
fullbat opened this issue Feb 12, 2018 · 1 comment
Closed

Transitional probability computation #2

fullbat opened this issue Feb 12, 2018 · 1 comment

Comments

@fullbat
Copy link

fullbat commented Feb 12, 2018

Hi,
in the "get_transition_analysis_matrices" method inside utils. py , shouldn't the odf_vertices variable be transposed to compute the pairwise distances?
The edges probabilities in the graph doesn't match the dsi-studio output and in general the diffusion data.

Thank you

@mattcieslak
Copy link
Owner

Hi,

You're right, if look at where that function is called it is using the transposed odf_vertices variable. Here is where that currently happens:

odf_vertices = m[odf_key + "_vertices"].T
.

What do you mean by the second point?

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

2 participants