Closed
Description
Currently, fmriprep does not output .json
metadata sidecar files. This makes it cumbersome to get such information (e.g. TR).
For example, @effigies is working on a PR to grabbit/pybids to allow a user to get the metadata of the original bold file that matches a preproc file. This is still not ideal though, because it requires the original dataset. For some applications (e.g. fitlins
) that would require having the original dataset around just to get the TR of preproc file.
If fmriprep were to writeout .json
sidecar metadata files for its outputs, it would make these datasets much more independent and portable.