Replies: 5 comments 3 replies
-
I just wanted to say that I will soon implement a GPU-accelerated EPG simulator (using |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a simple epg implementation that mimic the sycomore implementation
(for now only the regular case) and can be used with automatic
differentiation : EPGsim.jl
In contrary to the implementation in MRI simulation.jl, you don't need to
define the whole epgstates array.
I did not benchmark which implementation is the fastest one. I guess it
will depends of the simulation.
Le sam. 22 juil. 2023 à 00:38, Carlos Castillo Passi <
***@***.***> a écrit :
… I just wanted to say that I will soon implement a GPU-accelerated EPG
simulator (using KomaMRICore). I will start trying to match sycomore
<https://sycomore.readthedocs.io/en/latest/index.html> in terms of
functionality, so without the exchange and magnetization transfer (EPG-X)
in the first iteration. I am interested in this to generate dictionaries
for MRF reconstruction. Can you point me to the implementation in MRIReco?
—
Reply to this email directly, view it on GitHub
<#149 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5P7O7NUBNA3V5MIWWDFJLXRMAIDANCNFSM6AAAAAAZGD2H5Y>
.
You are receiving this because you authored the thread.Message ID:
<MagneticResonanceImaging/MRIReco.jl/repo-discussions/149/comments/6513716
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hey @cncastillo and @aTrotier, it would be great if you could unify the existing code/packages into MRISimulation: https://github.com/MagneticResonanceImaging/MRIReco.jl/tree/master/MRISimulation If you prefer, the package could also be developed outside of MRIReco.jl. Would just be great to have it in the MagneticResonanceImaging organization. |
Beta Was this translation helpful? Give feedback.
-
@cncastillo if you want I can move my project into the organization, I don't know if you can use that for a gpu implementatio. The only requirement on my part is to be able to use AD for sequence optimization with Cramer-Rao Lower Bound. Maybe @JakobAsslaender also have some suggestions about that. By the way, the maintainer of sycomore is one of my collaborator. We can ask him about the epg implementation details @tknopp What are your thoughts about having a dedicated epg package and that MRISimulation only used them to create the signal for specific sequence ? |
Beta Was this translation helpful? Give feedback.
-
EPGsim.jl is now stored in the MagneticResonanceImaging organization By the way @StevenWhitaker also has a package : https://github.com/StevenWhitaker/BlochSim.jl that also can be used for MR simulation |
Beta Was this translation helpful? Give feedback.
-
Hello !
Since our last online meeting, we have implemented :
and of course a lot of bug fixes 👍
Do you think we should work on a roadmap to focus our efforts ?
At least to know what we are working on or what we would like to see in the package.
Roadmap suggestion :
Beta Was this translation helpful? Give feedback.
All reactions