From 81f762e343edca57addde23df3e5124a60335fd5 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 30 Aug 2024 16:38:23 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"[ENH]=20Specify=20the=20naming=20of?= =?UTF-8?q?=20scanner-generated=20TRACE=20and=20ADC=20volumes=20(=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 1d929e587775fa09489f95c94ffc0470b76020eb. --- .../magnetic-resonance-imaging-data.md | 26 +++++-------------- src/schema/objects/suffixes.yaml | 10 ------- src/schema/rules/files/deriv/imaging.yaml | 9 ------- src/schema/rules/files/raw/dwi.yaml | 20 -------------- 4 files changed, 7 insertions(+), 58 deletions(-) diff --git a/src/modality-specific-files/magnetic-resonance-imaging-data.md b/src/modality-specific-files/magnetic-resonance-imaging-data.md index ce58b6446a..0849e6ab15 100644 --- a/src/modality-specific-files/magnetic-resonance-imaging-data.md +++ b/src/modality-specific-files/magnetic-resonance-imaging-data.md @@ -660,18 +660,13 @@ 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"]) }} - -Additionally, the following suffixes are used for scanner-generated images: - - -{{ MACROS___make_suffix_table(["ADC", "TRACE"]) }} +{{ MACROS___make_suffix_table( + [ + "dwi", + "sbref", + ] + ) +}}