Is nufft operation differentiable using torchkbnufft? #63
Unanswered
Michaelsqj
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello @Michaelsqj, as mentioned in #62, Code: https://github.com/guanhuaw/Bjork I might recommend that you look there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Matthew,
I'm having a 3D non-Cartesian (cone) trajectory, and I want to optimize for the rotation angle for each individual spoke. After initializing a set of rotation angles, calculate the density compensation weighting$w$ using $\frac{\sum w}{\sum\sqrt{w^2}}$ to evaluate the uniformity of the weighting as the cost function. The rotation angles are optimized by maximizing the uniformity. Do you think it's possible to do such optimization using torchkbnufft?
calc_density_compensation_function
, and then calculate a metricsYours,
Qijia
Beta Was this translation helpful? Give feedback.
All reactions