Skip to content

Commit

Permalink
fix noie decorrelation multiCoilMultiEcho
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beghini committed Feb 27, 2023
1 parent cebf37a commit 72520af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reconstruction/IterativeReconstruction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function reconstruction_multiCoilMultiEcho(acqData::AcquisitionData{T}
if encodingOps != nothing
E = encodingOps[i]
else
E = encodingOp_multiEcho_parallel(acqData, reconSize, senseMaps; slice=i, encParams...)
E = encodingOp_multiEcho_parallel(acqData, reconSize, senseMapsUnCorr; slice=i, encParams...)
end

kdata = multiCoilMultiEchoData(acqData, i) .* repeat(vcat(weights...), numChan)
Expand Down

0 comments on commit 72520af

Please sign in to comment.