Skip to content

Commit

Permalink
Display time and uy, 8 iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta committed Sep 2, 2024
1 parent f8f0599 commit 6cba05d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions KomaMRIBase/src/motion/motionlist/actions/ArbitraryAction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ function displacement_y(
) where {T<:Real}
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("uy: ", @view(uy[1:1, 1:m]))
m = minimum([size(uy,2), 8])
println("t: ", @view(t[1:1, 1:m]))
println("uy: ", @view(uy[1:1, 1:m]))
return uy
end

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:15
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 6cba05d

Please sign in to comment.