diff --git a/+bids/layout.m b/+bids/layout.m index 21f7d1f7..1699622d 100644 --- a/+bids/layout.m +++ b/+bids/layout.m @@ -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';