PennLINC / qsirecon

Reconstruction of preprocessed q-space images (dMRI)
https://qsirecon.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Replace/modify `_get_iterable_dwi_inputs` with IO spec YAML #10

Open tsalo opened 1 month ago

tsalo commented 1 month ago

Basically I think we can hardcode many of the BIDS entities and target file types for ingesting preprocessed data in a YAML file.

Check out this file as an example: https://github.com/PennLINC/xcp_d/blob/59970337e8797cd45d4f83a47c5b9639b0ffcdce/xcp_d/data/io_spec.yaml

mattcieslak commented 1 month ago

This looks much better than what I have in here