From 7cd393de856b680816dcfbfa9da899c85d1e831b Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Sat, 30 Apr 2022 15:50:49 +0200 Subject: [PATCH] fix JSON typo in config in FAQ --- docs/faq.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 002e6a7c7..f1149814d 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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