We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cb1a2 commit b9216e7Copy full SHA for b9216e7
niworkflows/utils/bids.py
@@ -41,7 +41,7 @@
41
'pet': {'suffix': 'pet'},
42
'roi': {'datatype': 'anat', 'suffix': 'roi'},
43
'sbref': {'datatype': 'func', 'suffix': 'sbref', 'part': ['mag', None]},
44
- 't1w': {'suffix': 'T1w'},
+ 't1w': {'datatype': 'anat', 'suffix': 'T1w', 'part': ['mag', None]},
45
't2w': {'datatype': 'anat', 'suffix': 'T2w', 'part': ['mag', None]},
46
'asl': {'datatype': 'perf', 'suffix': 'asl'},
47
}
0 commit comments