-
Notifications
You must be signed in to change notification settings - Fork 12
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
3D radial trajectory bundle #113
Conversation
For some reason this PR got entangled with PR #105. It should be alright |
Thanks @Daval-G for this awesome work. I question came to my MIND. Should we use this new 3D radial traj available in MRI-NUFFT as initialization for 3D SPARKLING in the future? Do you expect any improvement notably for fMRI? |
Awesome work once again! Could you resubmit with only c98d54a ? I think that the only |
I have also come across AZETK: https://pubmed.ncbi.nlm.nih.gov/32936490/ |
Coming to the examples, maybe we come up with "Trajectories" gallery which is more automatized? This could be a subject of another PR , which brings |
Thanks @chaithyagr ; SHould we put that in the Maxime's plate for fMRI? |
I think with the help of SHFJ (its a work from their team) we could see if we can get their implementations up. This could be a good oppurtunity for them to showcase their work and also foster better collaboration! |
This PR can be closed, as a cleaner version is available in PR #115. |
This PR adds four 3D radial trajectories from the literature mentioned in issue #106:
initialize_3D_phyllotaxis_radial
from "Spiral Phyllotaxis: The Natural Way to Construct a 3D Radial Trajectory in MRI" Davide Piccini et al. (2011). Radial shots are oriented following a Fibonacci sphere lattice.initialize_3D_golden_means_radial
from "Temporal Stability of Adaptive 3D Radial MRI Using Multidimensional Golden Means", Rachel W. Chan (2009). Radial shots are oriented following Fibonacci-based non-repeating angles.initialize_3D_wong_radial
from "A Strategy for Sampling on a Sphere Applied to 3D Selective RF Pulse Design", Sam T. S. Wong and Mark S. Roos (1994). Radial shots are oriented following one or multiple spiral(s) over the k-space sphere.initialize_3D_park_radial
from "A radial sampling strategy for uniform k-space coverage with retrospective respiratory gating in 3D ultrashort-echo-time lung imaging", Jinil Park et al. (2016). This pattern is based on Wong et al. (1994) frominitialize_3D_wong_radial
, enforcing a single spiral and ordering shots in a different way.Documentation & examples coming soon.
The illustration below shows the tips of each radial shot for each of the four patterns.