Donders-Institute / bidscoin

BIDScoin converts your source-level neuroimaging data to BIDS
https://bidscoin.readthedocs.io
GNU General Public License v3.0
129 stars 35 forks source link

bidscoin automatically adds `*.nii*` to IntendedFor file name pattern #191

Closed mateuszpawlik closed 1 year ago

mateuszpawlik commented 1 year ago

I used <<dwi/*_dwi.nii>> pattern to specify the IntendedFor images for a dwi fieldmap. This pattern didn't find any files. I think it is because bidscoin automatically appends *.nii* to my pattern.

This behavior in not documented.

marcelzwiers commented 1 year ago

You're right, it now works with and without a file suffix (well, I didn't test it but I'm sure it works ;-))

mateuszpawlik commented 1 year ago

Oh, thank you :-) I just fixed the pattern on my side.