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
if!MRIBase.isUndersampledCartTrajectory(shape,tr)
ftOp =FFTOp(Complex{T}; shape, unitary=false, S = S, fftParams(S)...)
The FFTOp expects rawdata(acq) to be in the right order. I think we should remove the first part of the if/else and always use
idx = MRIBase.cartesianSubsamplingIdx(shape,tr)
ftOp =SamplingOp(Complex{T}; pattern=idx, shape, S = S) ∘FFTOp(Complex{T}; shape, unitary=false, S = S, fftParams(S)...)
The SamplingOp will put the profiles at the right position to perform the fft even for fully sampled with specific ordering acquisition. Are you ok if with that @tknopp@nHackel ?
Originally posted by @aTrotier in #215
I need to create an example to show the issue before going further
The text was updated successfully, but these errors were encountered: