Skip to content

Commit

Permalink
Changed output of the calcCoilMaps functions. Now no longer returns t…
Browse files Browse the repository at this point in the history
…he filtered backprojections since there now is a dedicated function for this.
  • Loading branch information
SebastianFlassbeck authored Jan 9, 2024
1 parent 8eb33bc commit c0f865d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/CoilMaps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function calcCoilMaps(data::AbstractArray{Complex{T},3}, trj::AbstractVector{<:A
end
verbose && println("espirit: $t s")

cmaps = [cmaps[img_idx,ic,1] for ic=1:Ncoils]
xbp = [ xbp[img_idx,ic ] for ic=1:Ncoils]
return cmaps, xbp
cmaps = [cmaps[img_idx,ic,1] for ic=1:Ncoils]
return cmaps
end

0 comments on commit c0f865d

Please sign in to comment.