nipy / heudiconv

Flexible DICOM conversion into structured directory layouts
https://heudiconv.readthedocs.io
Other
234 stars 125 forks source link

support dcm2niix "Bidsguess" #697

Open yarikoptic opened 1 year ago

yarikoptic commented 1 year ago

Tireless @neurolabusc has developed https://github.com/rordenlab/dcm2niix/tree/development/BidsGuess which would populate BidsGuess field in sidecar .json files with dcm2niix's guesses for modality type and entities, e.g.

"BidsGuess": ["anat","_acq-tse2_run-3_PDw"],
"BidsGuess": ["anat","_acq-tse2_run-3_T2w"],

I guess we better make use of this! I see multiple ways