A problem of loading the data of the set(knee_singlecoil_val) #195
Answered
by
mmuckley
kukudehang
asked this question in
Q&A
-
Hello, when I use mri_data.SlicaDataset to load dataset(knee_singlecoil_val) , then I use fftc.ifft2c_new function to transform the data. Why the value of the data is close to 0. |
Beta Was this translation helpful? Give feedback.
Answered by
mmuckley
Nov 24, 2021
Replies: 1 comment 2 replies
-
Converting to a discussion Q&A as this does not document a bug. Hello @kukudehang, did you look at the resulting image? The values may be tiny, but for non-parametric MRI we usually don't care about the units so much, just the relative values. The values are close to 0 because of how the original data was converted to floating point precision. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kukudehang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Converting to a discussion Q&A as this does not document a bug.
Hello @kukudehang, did you look at the resulting image? The values may be tiny, but for non-parametric MRI we usually don't care about the units so much, just the relative values. The values are close to 0 because of how the original data was converted to floating point precision.