From 8692e1fd12c82201eb63ae8a7098f3a77a4ee1bc Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Thu, 3 Oct 2024 04:15:10 +1000 Subject: [PATCH] [ENH] Update DWI suffixes to include most common scanner derivatives (#1864) --- .../magnetic-resonance-imaging-data.md | 28 ++++++++--- src/schema/objects/suffixes.yaml | 46 +++++++++++++++++-- src/schema/rules/files/deriv/imaging.yaml | 9 ++++ src/schema/rules/files/raw/dwi.yaml | 24 ++++++++++ 4 files changed, 97 insertions(+), 10 deletions(-) diff --git a/src/modality-specific-files/magnetic-resonance-imaging-data.md b/src/modality-specific-files/magnetic-resonance-imaging-data.md index 73a0b1c13f..2b2078fe04 100644 --- a/src/modality-specific-files/magnetic-resonance-imaging-data.md +++ b/src/modality-specific-files/magnetic-resonance-imaging-data.md @@ -685,13 +685,18 @@ 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( - [ - "dwi", - "sbref", - ] - ) -}} +{{ MACROS___make_suffix_table(["dwi", "sbref"]) }} + +Additionally, the following suffixes are used for scanner-generated images: + + +{{ MACROS___make_suffix_table(["ADC", "expADC", "trace", "FA", "colFA", "S0map"]) }}