From e13c7842f84b733603f0aa359ec2cef02a2b6262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Lajous?= <58977568+helenelajous@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:52:17 +0200 Subject: [PATCH 1/2] Rename LICENSE to LICENSE.txt --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt From 4ddc6b1866509c3c4356ab0f39b7d646ed8d7832 Mon Sep 17 00:00:00 2001 From: HeleneMIAL Date: Wed, 27 Oct 2021 20:20:16 +0200 Subject: [PATCH 2/2] FIX: order of reference maps returned by tissue_to_MR.m when called in Kspace_sampling.m --- Utilities/Kspace_sampling.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Kspace_sampling.m b/Utilities/Kspace_sampling.m index 3e48a98..794f691 100644 --- a/Utilities/Kspace_sampling.m +++ b/Utilities/Kspace_sampling.m @@ -167,7 +167,7 @@ Fetal_Brain_rotated_upsampled = sampling_OoP( Fetal_Brain_rotated, ... sampling_factor, ... interpolation_method_upsampling); - [ref_T2map_rotated, ref_T1map_rotated] = tissue_to_MR(Fetal_Brain_rotated_upsampled, ... + [ref_T1map_rotated, ref_T2map_rotated] = tissue_to_MR(Fetal_Brain_rotated_upsampled, ... Fetal_Brain_Tissues, ... B0); T2decay_moved = compute_t2decay(Fetal_Brain_rotated_upsampled, ...