PTB-MR/mrpro

Bug: CartesianSamplingOp for different traj along other

ckolbPTB opened this issue · 0 comments

I think this code breaks if we have a different trajectory for other dimensions, because we broadcast along (... other coil):

y_2d = rearrange(y, '... k2 k1 k0 -> (...) (k2 k1 k0)')

Not sure if this can be easily fixed or if it requires a diffferent approach to how we handle the sorting here.