Skip to content

Commit

Permalink
Merge pull request #138 from bids-standard/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
Remi-Gau authored Feb 15, 2021
2 parents 77f466a + bbf603c commit 3c1ac7b
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 5 deletions.
7 changes: 4 additions & 3 deletions schema/datatypes/anat.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"inplaneT1",
"inplaneT2",
"PDT2",
"angio"
"angio",
"T2star",
"FLASH",
"PD"
],
"extensions": [
".nii.gz",
Expand Down Expand Up @@ -43,8 +46,6 @@
"MTVmap",
"PDT2map",
"Chimap",
"TB1map",
"RB1map",
"S0map",
"M0map"
],
Expand Down
68 changes: 68 additions & 0 deletions schema/datatypes/fmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"ceagent": "optional",
"reconstruction": "optional",
"flip": "required",
"inversion": "optional",
"part": "optional"
}
},
Expand All @@ -78,7 +79,74 @@
"reconstruction": "optional",
"echo": "required",
"flip": "required",
"inversion": "optional",
"part": "optional"
}
},
{
"suffixes": [
"TB1AFI",
"TB1TFL",
"TB1RFM",
"RB1COR"
],
"extensions": [
".nii.gz",
".nii",
".json"
],
"entities": {
"subject": "required",
"session": "optional",
"run": "optional",
"acquisition": "optional",
"ceagent": "optional",
"reconstruction": "optional",
"echo": "optional",
"flip": "optional",
"inversion": "optional",
"part": "optional"
}
},
{
"suffixes": [
"TB1SRGE"
],
"extensions": [
".nii.gz",
".nii",
".json"
],
"entities": {
"subject": "required",
"session": "optional",
"run": "optional",
"acquisition": "optional",
"ceagent": "optional",
"reconstruction": "optional",
"echo": "optional",
"flip": "required",
"inversion": "required",
"part": "optional"
}
},
{
"suffixes": [
"TB1map",
"RB1map"
],
"extensions": [
".nii.gz",
".nii",
".json"
],
"entities": {
"subject": "required",
"session": "optional",
"run": "optional",
"acquisition": "optional",
"ceagent": "optional",
"reconstruction": "optional"
}
}
]
5 changes: 3 additions & 2 deletions schema/datatypes/func.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@
"ceagent": "optional",
"reconstruction": "optional",
"direction": "optional",
"run": "optional",
"echo": "optional"
"run": "optional"
}
},
{
Expand All @@ -78,7 +77,9 @@
"session": "optional",
"task": "required",
"acquisition": "optional",
"ceagent": "optional",
"reconstruction": "optional",
"direction": "optional",
"run": "optional",
"recording": "optional"
}
Expand Down

0 comments on commit 3c1ac7b

Please sign in to comment.