Skip to content

Commit

Permalink
Merge pull request #149 from Remi-Gau/remi-m0estimate
Browse files Browse the repository at this point in the history
[ENH] update fieldname m0 scan estimate
  • Loading branch information
Remi-Gau authored Feb 18, 2021
2 parents 87416fd + 3a0f490 commit ac3bb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +bids/layout.m
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ function tolerant_message(use_schema, msg)
m0_explanation = [ ...
'this is a single estimated M0 value, ', ...
'e.g. when the M0 is obtained from an external scan and/or study'];
m0_value = perf.meta.M0;
m0_value = perf.meta.M0Estimate;

case 'Absent'
m0_type = 'use_control_as_m0';
Expand Down

0 comments on commit ac3bb7f

Please sign in to comment.