From 3793281b7e6e3066d39ad6aef4fe2e8962f6b581 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 14 Feb 2023 16:11:25 +0100 Subject: [PATCH 1/7] split anat filename templates into parametric, non parametric, deface mask and add file collection list in qMRI --- src/appendices/qmri.md | 65 ++++++++++++++++ .../magnetic-resonance-imaging-data.md | 78 ++++++++++++++++--- 2 files changed, 132 insertions(+), 11 deletions(-) diff --git a/src/appendices/qmri.md b/src/appendices/qmri.md index e7f0040dee..2b4b37baa2 100644 --- a/src/appendices/qmri.md +++ b/src/appendices/qmri.md @@ -41,6 +41,49 @@ representing acquisition parameters (`echo`, `flip`, `inv`, `mt`) or file parts If a qMRI file collection is intended for creating structural quantitative maps (for example, `T1map`), files belonging to that collection are stored in the `anat` subdirectory. + +List of currently supported collections: + + +{{ MACROS___make_suffix_table( + [ + "MESE", + "MEGRE", + "VFA", + "IRT1", + "MP2RAGE", + "MPM", + "MTS", + "MTR", + ] + ) +}} + + +{{ MACROS___make_filename_template("raw", datatypes=["anat"], suffixes=[ + "MESE", + "MEGRE", + "VFA", + "IRT1", + "MP2RAGE", + "MPM", + "MTS", + "MTR", + ]) +}} + Below is an example file collection for `MP2RAGE`: +{{ MACROS___make_suffix_table( + [ + "TB1DAM", + "TB1EPI", + "TB1AFI", + "TB1TFL", + "TB1RFM", + "RB1COR", + "TB1SRGE", + "TB1map", + "RB1map", + ] + ) +}} + -{{ MACROS___make_filename_template("raw", datatypes=["anat"]) }} - -Currently supported non-parametric structural MR images include: +Currently supported non-parametric structural MR images include the following: +{{ MACROS___make_filename_template("raw", datatypes=["anat"], suffixes=[ + "T1w", + "T2w", + "PDw", + "T2starw", + "FLAIR", + "inplaneT1", + "inplaneT2", + "PDT2", + "UNIT1", + "angio", + ]) +}} + If the structural images included in the dataset were defaced (to protect identity of participants) one MAY provide the binary mask that was used to remove facial features in the form of `_defacemask` files. @@ -207,6 +219,18 @@ entity corresponds to modality suffix, such as `T1w` or `inplaneT1`, referenced by the defacemask image. For example, `sub-01_mod-T1w_defacemask.nii.gz`. + +{{ MACROS___make_filename_template("raw", datatypes=["anat"], suffixes=[ + "defacemask", + ]) +}} + The OPTIONAL [`task-