From 119c3e4f78896e908f133aa4e6ab833f1b335967 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Mon, 15 Jul 2024 00:35:09 -0400 Subject: [PATCH] Fix image recon --- examples/3.tutorials/lit-06-Coils.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/3.tutorials/lit-06-Coils.jl b/examples/3.tutorials/lit-06-Coils.jl index e0e69acb0..55cc3f9d2 100644 --- a/examples/3.tutorials/lit-06-Coils.jl +++ b/examples/3.tutorials/lit-06-Coils.jl @@ -24,7 +24,7 @@ p1 = plot_phantom_map(obj, :coil_sens ; height=400, width=400, darkmode=true) #jl display(p1) #md # ```@raw html -#md # +#md #
#md # ``` # Now we will interpolate the coils into a brain phantom (this will be done internally): @@ -38,7 +38,7 @@ p2 = plot_phantom_map(obj, :coil_sens ; height=400, width=400, darkmode=true) #jl display(p2) #md # ```@raw html -#md # +#md #
#md # ``` # Then, we will load an EPI sequence. @@ -47,7 +47,7 @@ seq_file = joinpath(dirname(pathof(KomaMRI)), "../examples/5.koma_paper/comparis seq = read_seq(seq_file) # And simulate: -raw = simulate(obj, seq, sys) +raw = simulate(obj, seq, sys) # hide acq = AcquisitionData(raw) # hide acq.traj[1].circular = false # hide Nx, Ny = raw.params["reconSize"][1:2] # hide @@ -58,6 +58,6 @@ p3 = plot_image(slice_abs; height=400) # hide #md savefig(p3, "../assets/6-recon.html") # hide #jl display(p3) -# #md # ```@raw html -# #md #
-# #md # ``` +#md # ```@raw html +#md #
+#md # ```