Reconstructing an Undersampled Spiral #506
Replies: 2 comments 7 replies
-
Hi! I believe the k-space FOV is too large for the sampling of the phantom, so you are getting aliasing artifacts. This happens because the spins are in a uniform rectangular grid, so they generate a repeating spectrum (separated in 1/dx). You can see a spurious echo at the end! (red arrow) To increase the phantom sampling you can use the obj = brain_phantom2D(; us=2) # Up-sample by a factor of 2 MRIReco, used for the reconstruction, uses a DCF based on the k-space samples, which could look slightly different from what you expect. If so, varying the DCF or reconstructing externally with the output raw data MRD would be advised. BTW, KomaMRI contains KomaMRICore, KomaMRIFiles, and KomaMRIPlots. So |
Beta Was this translation helpful? Give feedback.
-
@cncastillo the "noise" in the dcf is "normal" and won't impact a lot the image reconstruction. The results seems ok to me, the spiral acquisition is especially subsampled (approximatively 256/8 turns = 16 times ?) I guess it is done like that for a MRF like acquisition. @nathanjbeaumont the image on the siemens scanner was reconstructed with an Ice pipeline ? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have an undersampled spiral sequence that I want to reconstruct but I don't know how to go about it. The simulation signal looks as expected:
But reconstruction is not handling the under sampling:
I'm expecting to see an image of similar quality to figure 7 here https://onlinelibrary.wiley.com/doi/10.1002/mrm.25559:
What parameters do I need to set in the reconstruction function to do this?
Here's the code:
And here's the .seq:
spiralNormal.seq.txt
Beta Was this translation helpful? Give feedback.
All reactions