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

`timeseries.json` files are unnecessarily duplicated for each processed image #1183

Closed celprov closed 3 months ago

celprov commented 9 months ago

For each image that is processed by MRIQC, it generates an associated 'timeseries.json' file. Yet, that file always contains the same information.

I propose writing a single timeserie.json at the root of the derivatives folder to avoid unnecessary file crowding.

oesteban commented 3 months ago

c.f. https://github.com/nipreps/mriqc/discussions/1335

oesteban commented 3 months ago

Let's address this together with #1184