-
Notifications
You must be signed in to change notification settings - Fork 20
Simulation with Time resolved Phantom #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CyprienBouton
commented
Apr 11, 2025
- Add a class DynamicVoxelPhantom subclass of VoxelGridPhantom to handle variation of T1 and T2 during acquisition time
- Adapt python/MRzeroCore/main_pass.py, src/lib.rs and src/prepass.rs to handle DynamicVoxelPhantom
…acquisition (ie Gd injection)
|
That's a great, well written contribution! I'm asking because there are (internal) developments for dynamic B0 as well and there should be a consistent story for all phantom parameters. So your feedback of your exact use would be very helpful, as is your implementation! |
|
I have now included dynamic B0 and D maps. |