From c4c7bce57b5db9de9a195f0a363082df465feb52 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Wed, 3 Apr 2024 12:40:26 -0300 Subject: [PATCH] Update KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl --- .../src/simulation/Bloch/BlochVoxelDictSimulation.jl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl b/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl index 8feba3b21..4b6af87f4 100644 --- a/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl +++ b/KomaMRICore/src/simulation/Bloch/BlochVoxelDictSimulation.jl @@ -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}