-
Notifications
You must be signed in to change notification settings - Fork 62
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
problem with load.data #184
Comments
Dear Beatrice, In the presence of |
Dear Alessandro, Thanks for your reply. Yes, I tried to replace the value of these voxels with 0, but I was unsure about the correctness of this option. Beatrice |
Most likely you have some voxels equal to zero in the b0 image, so when you normalize the data by this, you get NaN or Inf. Do you get meaningful maps when you use this option? |
Voxels outside the brain cannot provide good fit results, and it's normal to have spurious values. Also, I suggest you have a look at the
and then use the file |
Dear all,
I'm running AMICO on my dwi data. However, an error occurs when loading data:
Nan or Inf values in the signal after the pre-processing. Try using the "replace_bad_voxels" or "b0_min_signal" parameters when calling "load_data()"
I tried both with replace_bad_voxels and b0_min_signal. In the first case I'm not sure which value should I put in the replacement. In the latter, when choosing different thresholds based on my b0 image, the output ODI, NDI, FWF maps are very corrupted even setting a very low value as threshold.
What is the best approach in order to not corrupt or manipulate input data?
As preprocessing I only corrected the images with FSL's topup and eddy tools. Any advice and correction is welcome
Many thanks
Beatrice
The text was updated successfully, but these errors were encountered: