Skip to content

Compare maps from quantitative sequence to the phantom #357

Answered by aTrotier
aTrotier asked this question in Q&A
Discussion options

You must be logged in to vote
dx_recon, dy_recon = FOVx_recon/Nx, FOVy_recon/Ny
shiftx, shifty = -dx_recon/2, -dy_recon/2
x_recon = Base.range(-FOVx_recon/2 + shiftx, FOVx_recon/2 + shiftx, length=Nx)
y_recon = Base.range(-FOVy_recon/2 + shifty, FOVy_recon/2 + shifty, length=Ny)' 

T1_GT = itp.(x_recon, y_recon)

# rotate
T1_GT=transpose(T1_GT)

gives :

of note difference is now in %

For the example I will try to change the acq in order to perform the reconstruction with the FFTOp

Anyway thanks @cncastillo. I have the proof of concept if I want to build a master course about Quantitative MRI :)

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@cncastillo
Comment options

@aTrotier
Comment options

@cncastillo
Comment options

Comment options

You must be logged in to vote
2 replies
@aTrotier
Comment options

Answer selected by cncastillo
@cncastillo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants