Skip to content

Commit b9216e7

Browse files
committed
FIX: re-add T1w info to DEFAULT_BIDS_QUERIES
1 parent 42cb1a2 commit b9216e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'pet': {'suffix': 'pet'},
4242
'roi': {'datatype': 'anat', 'suffix': 'roi'},
4343
'sbref': {'datatype': 'func', 'suffix': 'sbref', 'part': ['mag', None]},
44-
't1w': {'suffix': 'T1w'},
44+
't1w': {'datatype': 'anat', 'suffix': 'T1w', 'part': ['mag', None]},
4545
't2w': {'datatype': 'anat', 'suffix': 'T2w', 'part': ['mag', None]},
4646
'asl': {'datatype': 'perf', 'suffix': 'asl'},
4747
}

0 commit comments

Comments
 (0)