Skip to content

Commit

Permalink
FIX: order of reference maps returned by tissue_to_MR.m when called i…
Browse files Browse the repository at this point in the history
…n Kspace_sampling.m
  • Loading branch information
helenelajous committed Oct 27, 2021
1 parent 4588cec commit 4ddc6b1
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 4ddc6b1

Please sign in to comment.