nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
300 stars 132 forks source link

ENH: Implement BIDS filters file and drop legacy BIDS querying #1154

Closed oesteban closed 1 year ago

oesteban commented 1 year ago

Requires: nipreps/niworkflows#833.

Resolves: #760 .

Remi-Gau commented 1 year ago

@oesteban random question: quick look at the code makes me think this only works at the individual level, no? if one wanted to use the bids filter to make group summary plot of only a subset of images, this filtering would not work, right?

oesteban commented 1 year ago

quick look at the code makes me think this only works at the individual level, no?

Correct

if one wanted to use the bids filter to make group summary plot of only a subset of images, this filtering would not work, right?

This would be a good idea, but as you expect, it will not work ATM. However, it is definitely a good idea for any takers.