PennLINC / CuBIDS

Curation of BIDS (CuBIDS): A sanity-preserving software package for processing BIDS datasets.
https://cubids.readthedocs.io/
MIT License
19 stars 9 forks source link

Support file collections #304

Open tsalo opened 8 months ago

tsalo commented 8 months ago

Summary

For the most part, file collections are composed of files from the same acquisition. The files typically have the same suffix, but vary along specific entities (echo, part, inv, flip, and mt). Most of the file collection-linking entities has associated metadata fields (e.g., EchoTime for echo, FlipAngle for flip).

In some cases (e.g., qMRI file collections), the files will come from different scans and may even have different fields of view 😬 (see https://github.com/bids-standard/bids-specification/issues/869).

I'm struggling to come up with a plan for this.