Skip to content

Commit

Permalink
Not display time, 8 iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Sep 2, 2024
1 parent 54a44c7 commit 486d6af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function displacement_y!(
itp = interpolate(action.dy, Gridded(Linear()), Val(size(action.dy,1)))
uy .= resample(itp, t)
m = minimum([size(uy,2), 8])
println("t: ", @view(t[1:1, 1:m]))
# println("t: ", @view(t[1:1, 1:m]))
println("uy: ", @view(uy[1:1, 1:m]))
return nothing
end
Expand Down
2 changes: 0 additions & 2 deletions KomaMRICore/src/simulation/SimMethods/Bloch/BlochGPU.jl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ function run_spin_precession!(
#Simulation
#Motion
x, y, z = get_spin_coords(p.motion, p.x, p.y, p.z, seq.t')
m = minimum([size(y,2), 8])
println("y: ",@view(y[1:1, 1:m]), "\n")
#Sequence block info
seq_block = pre.seq_properties[1]

Expand Down
2 changes: 1 addition & 1 deletion KomaMRICore/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ end
include("initialize_backend.jl")
include(joinpath(@__DIR__, "test_files", "utils.jl"))

for i in 1:20
for i in 1:8
sig_jemris = signal_brain_motion_jemris()
seq = seq_epi_100x100_TE100_FOV230()
sys = Scanner()
Expand Down

0 comments on commit 486d6af

Please sign in to comment.