You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In KTrajectorySunflowerGoldenRpe, you can set an unused undersampling parameter.
I am currently refactoring the acq_info and trajectory calculators.
For now, I will only throw an notimplementederror if the undersampling factor is set to anything but 1.0,
Later on, this parameter should either be removed or implemented.
I always thought RPE is readout lines in kz direction going through points in the kx plane that are arranged in a radial pattern.
So you have to do a fft along kz followed by 2d Nufft along kxky
Why is this considered Cartesian?
Are kxky acquired pseudo radial on Cartesian grid points? This would make it a bit difficult to describe the pattern - how do you do the rounding to grid coordinates? There is some ambiguity...
fzimmermann89
changed the title
Support radial undersampling
remve unused radial undersampling parameter from KTrajectorySunflowerGoldenRpe
Dec 2, 2024
fzimmermann89
changed the title
remve unused radial undersampling parameter from KTrajectorySunflowerGoldenRpe
remove unused radial undersampling parameter from KTrajectorySunflowerGoldenRpe
Dec 2, 2024
In
KTrajectorySunflowerGoldenRpe
, you can set an unused undersampling parameter.I am currently refactoring the acq_info and trajectory calculators.
For now, I will only throw an notimplementederror if the undersampling factor is set to anything but 1.0,
Later on, this parameter should either be removed or implemented.
mrpro/src/mrpro/data/traj_calculators/KTrajectorySunflowerGoldenRpe.py
Line 23 in 82801e6
The text was updated successfully, but these errors were encountered: