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

Reconstruction FOD #1044

Closed
benalayaines opened this issue May 5, 2016 · 6 comments
Closed

Reconstruction FOD #1044

benalayaines opened this issue May 5, 2016 · 6 comments

Comments

@benalayaines
Copy link

Hi,
I'm Ines BEN ALAYA , i'm a PhD student and i'm working with diffusion MRI.
I intend to estimate the FOD from a signal that has been generated using a multi-tensor model ,i download the file reconst_csd.py.
Can i reconstrutct the FOD using the diffusion signal and the response function (i don't have the diffusion weighted images).
I will be grateful if you can help me.
Best regards.

@arokem
Copy link
Contributor

arokem commented May 5, 2016

Yes. You can do that by replacing these lines:

https://github.com/nipy/dipy/blob/master/doc/examples/reconst_csd.py#L25-L30

with lines that assign your simulated signal into data and create a gradient table that matches the gradient table that was used in your simulation into gtab.

You will also need to have a response function, instead of the response function estimated here:

https://github.com/nipy/dipy/blob/master/doc/examples/reconst_csd.py#L48

But if you simulated this yourself, you should know what the values for that are, because they correspond to the values used in each tensor element in the signal that was generated by your simulation.

@benalayaines
Copy link
Author

Thank you very much for the quick reply.
I don't understand the last sentense, we have to use the same tensor used in the signal generation in each voxel , Is it right?
I used this code to generate the response function
a = FA/sqrt(3-2_FA^2);
D = 0.75_[ 1-a 0 0; 0 1-a 0; 0 0 1+2*a ];
I will use the data of challenge ISBI'12 , in which the values of lambda change from one voxel to another. we have to estimate the response function for each voxel?

@arokem
Copy link
Contributor

arokem commented May 6, 2016

I think this means you want to set:

response = ((1 + 2*a, 1-a, 1-a), S0)

Where S0 is the mean non-diffusion weighted signal used to generate the simulation.

@benalayaines
Copy link
Author

Hi,
Could you help me to modify the code (reconst_csd.py) in order to estimate the FOD in individual voxels??
i have the diffusion signal (vector 65*1) and the response function?
Many thanks for considering my request.

@jchoude
Copy link
Contributor

jchoude commented Oct 4, 2017

Is this question answered? Can we close?

@benalayaines
Copy link
Author

benalayaines commented Oct 9, 2017 via email

@arokem arokem closed this as completed Oct 9, 2017
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