I’m trying to create a bids filter file to be used with mriqc and/or fmriprep. It will include all scans in my project but there are times where I don’t want to include a specific func scan. I would like feedback on my config file for any potential issues or if anyone has a better suggestion for excluding a func scan I don’t want to include.
I want to include all fieldmaps in my project which is why I didn’t specify it further. This is just an example so I didn’t include all my func scans below.
Command used (and if a helper script was used, a link to the helper script or the command generated):
I guess the filter will depend on what scan you want to exclude. It is certainly safe to have a filter element for each possible scan (session, task, run, etc), that you can remove as needed. If you want to get fancy, I think (not sure) that filter files can use regex style patterns to perform exclusion. But if not, something like what you have should be fine. Have you tested it?