We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: shimming-toolbox/b0-fieldmap-realistic-simulation#11 (comment)
This is because there will eventually be a division by zero here,
susceptibility-to-fieldmap-fft/functions/compute_fieldmap.py
Line 75 in 9a60de9
because k2 is simply,
Line 72 in 9a60de9
and for odd-numbered dimensions, kx, ky, and kz will contain zero in the middle element of their arrays due to this symmetrical linspace:
Lines 66 to 68 in 9a60de9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See: shimming-toolbox/b0-fieldmap-realistic-simulation#11 (comment)
This is because there will eventually be a division by zero here,
susceptibility-to-fieldmap-fft/functions/compute_fieldmap.py
Line 75 in 9a60de9
because k2 is simply,
susceptibility-to-fieldmap-fft/functions/compute_fieldmap.py
Line 72 in 9a60de9
and for odd-numbered dimensions, kx, ky, and kz will contain zero in the middle element of their arrays due to this symmetrical linspace:
susceptibility-to-fieldmap-fft/functions/compute_fieldmap.py
Lines 66 to 68 in 9a60de9
The text was updated successfully, but these errors were encountered: