Skip to content

Commit

Permalink
add macro qmri fmap (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Nov 3, 2022
1 parent 71afef6 commit 57b9901
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/appendices/qmri.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,29 @@ Explanation of the table:

#### Field maps

<!--
This block generates a filename templates.
The inputs for this macro can be found in the directory
src/schema/rules/datatypes
and a guide for using macros can be found at
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
-->
{{ MACROS___make_filename_template(
"raw",
datatypes=["fmap"],
suffixes=[
"TB1DAM",
"TB1EPI",
"TB1AFI",
"TB1TFL",
"TB1RFM",
"RB1COR",
"TB1SRGE",
"TB1map",
"RB1map",
])
}}

| **File collection** | **REQUIRED metadata** |
|----------------------|------------------------------------------------------------------------------------------------------|
| TB1DAM | `FlipAngle` |
Expand Down

0 comments on commit 57b9901

Please sign in to comment.