MRF Dictionary Simulation #92
Replies: 3 comments 3 replies
-
|
Thank you for your question! Well there are several answers to that question. Is your fingerprinting sequence using encoding gradients? or do you just run the tr fa part? with gradients the underlying pdg has to describe many more dephased states, that are not simulated at all in a epg. also epg works on a fixed grid given by your timing, this is estimated in pdg and might not work as efficiently as on an actual fixed grid. and resulting number of states can still grow exponentially. also the prepass graph might be large and considerable time needed for pruning the PDG graph. lastly, we never optimized it comparing to a single epg, still, you can try to simulate a full image and see how much longer it takes. i guess 1 voxel or 600 voxels takes almost the same time. you could then store the actual magnetization state and generate your dictionary in parallel, then you maybe outperform EPG. Still EPG is a wonderful tool, why exactly do you wanna switch for a single voxel? best, |
Beta Was this translation helpful? Give feedback.
-
|
@SWeinmueller, can you show us how to get mag back? |
Beta Was this translation helpful? Give feedback.
-
|
Example for FLASH: |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I work with magnetic resonance fingerprinting (MRF) and I have been using EPG simulation in Matlab to generate my dictionary as was done in this paper. I would also like to have dictionary simulation working in MR0. The pulse sequence has 1000 RF pulses.
I created a phantom one voxel in size in MR0 and ran my pulse sequence on my GPU but it took a full 1 minute 3s to run
execute_graph. Running EPG in Matlab for a single voxel takes 0.1 seconds. Does anyone have suggestions for how to simulate a dictionary like this?Beta Was this translation helpful? Give feedback.
All reactions