From 04a96f5412f61fb1f90b4dfea23cb033242bcf0f Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Thu, 27 Jun 2024 13:13:11 +1000 Subject: [PATCH] Changes to scanner-generated DWI derivatives - Rename "TRACE" suffix to "trace". - Add "exponentiated ADC" measure. - Fix description of trace-weighted image, resolving #1862. - Modify descriptions of FA and colFA. - Fix alphabetic sorting of suffices. --- .../magnetic-resonance-imaging-data.md | 10 +++--- src/schema/objects/suffixes.yaml | 35 ++++++++++++------- src/schema/rules/files/raw/dwi.yaml | 5 +-- 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/src/modality-specific-files/magnetic-resonance-imaging-data.md b/src/modality-specific-files/magnetic-resonance-imaging-data.md index a173acbfdc..1961785f6c 100644 --- a/src/modality-specific-files/magnetic-resonance-imaging-data.md +++ b/src/modality-specific-files/magnetic-resonance-imaging-data.md @@ -667,7 +667,7 @@ The definitions of these fields can be found in and a guide for using macros can be found at https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md --> -{{ MACROS___make_suffix_table(["ADC", "TRACE", "FA", "colFA"]) }} +{{ MACROS___make_suffix_table(["ADC", "expADC", "trace", "FA", "colFA"]) }}