Skip to content

Commit

Permalink
Update KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo committed Jul 10, 2024
1 parent 6c6b564 commit c4c7bce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ function sim_output_dim(obj::Phantom{T}, seq::Sequence, sys::Scanner, sim_method
return (sum(seq.ADC.N), N_voxels)
end

function initialize_spins_state(obj::Phantom{T}, sim_method::BlochVoxelDict) where {T<:Real}
Nspins = length(obj)
Mxy = zeros(T, Nspins)
Mz = obj.ρ
Xt = Mag{T}(Mxy, Mz)
return Xt, obj
end

function run_spin_precession!(p::Phantom{T}, seq::DiscreteSequence{T}, sig::AbstractArray{Complex{T}},
M::Mag{T}, sim_method::BlochVoxelDict) where {T<:Real}
Expand Down

0 comments on commit c4c7bce

Please sign in to comment.