Skip to content

Commit

Permalink
fix JSON typo in config in FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Apr 30, 2022
1 parent 7f68f59 commit 7cd393d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ describes a custom BIDS filter for selecting files with PyBIDS, with the syntax
fMRIPrep uses the following queries, by default::

{
'fmap': {'datatype': 'fmap'},
'bold': {'datatype': 'func', 'suffix': 'bold'},
'sbref': {'datatype': 'func', 'suffix': 'sbref'},
'flair': {'datatype': 'anat', 'suffix': 'FLAIR'},
't2w': {'datatype': 'anat', 'suffix': 'T2w'},
't1w': {'datatype': 'anat', 'suffix': 'T1w'},
'roi': {'datatype': 'anat', 'suffix': 'roi'},
"fmap": {"datatype": "fmap"},
"bold": {"datatype": "func", "suffix": "bold"},
"sbref": {"datatype": "func", "suffix": "sbref"},
"flair": {"datatype": "anat", "suffix": "FLAIR"},
"t2w": {"datatype": "anat", "suffix": "T2w"},
"t1w": {"datatype": "anat", "suffix": "T1w"},
"roi": {"datatype": "anat", "suffix": "roi"}
}

Only modifications of these queries will have any effect. You may filter on any entity defined
Expand Down

0 comments on commit 7cd393d

Please sign in to comment.