Skip to content

Commit

Permalink
Merge pull request #3 from helenelajous/main
Browse files Browse the repository at this point in the history
FIX: order of reference maps returned by tissue_to_MR.m when sampling K-space
  • Loading branch information
helenelajous authored Oct 27, 2021
2 parents 43a0dbf + 4ddc6b1 commit 80c04bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/Kspace_sampling.m
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down

0 comments on commit 80c04bb

Please sign in to comment.