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

Error map generation for AMICO #148

Open
tjmurdy opened this issue Oct 11, 2022 · 1 comment
Open

Error map generation for AMICO #148

tjmurdy opened this issue Oct 11, 2022 · 1 comment

Comments

@tjmurdy
Copy link

tjmurdy commented Oct 11, 2022

Hi Dr. Daducci,

For reasons related to image acquisition, a reviewer has asked for an error map for my NODDI study, for which I used the AMICO NODDI model. Do you have code to generate error maps for the python implementation of AMICO?

Thank you!

@daducci
Copy link
Owner

daducci commented Oct 12, 2022

Dear @tjmurdy,

This can be achieved via the config parameter doComputeNRMSE; here is a code snippet for that:

import amico
AMICO = amico.Evaluation('<STUDY PATH>','<SUBJECT PATH>')
AMICO.set_config( 'doComputeNRMSE', True )
...

and after the fit you will find the file named FIT_nrmse.nii.gz in the output folder.

Best,
Ale

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

No branches or pull requests

2 participants