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 array-type metadata fields #281

Open tsalo opened 9 months ago

tsalo commented 9 months ago

I'm not sure if array-type metadata fields (e.g., PostLabelingDelay) are currently implicitly supported, but it appears that CuBIDS currently tried to extract scalar info from array-type fields (e.g., NSliceTiming from SliceTiming).

Some BIDS fields now can be arrays (e.g., EchoTime), which might raise errors in CuBIDS.