Replies: 2 comments
-
You can convert the raw data to Finally, yes, with |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want the kspace on the cartesian grid, perform a 3D fft onto the images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using this package to reconstruct some 3D UTE scans. Both for debugging purposes and for clarity, it would be great to get my hands on the k-space directly after it has been reconstructed to cartesian. Also, and that's my main question, what is the proposed way to look at phase information? I've been doing
and then looking at
angle.(myMatrix)
but I was wondering whether that's the best way to do it or whether I'm missing something since julia is kind of uncharted territory for me.Beta Was this translation helpful? Give feedback.
All reactions