update_bids_layout.py misses DWI .bval/.bvec renaming and IntendedFor in DWI json file #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While using update_bids_layout.py to update the Mannheim and Heidelberg Q01 BIDS datasets, I noticed two issues with the DWI updates:
I compared this with the original fix_dwi_sdc.sh script, which correctly handled both the .bval/.bvec renaming and the IntendedFor update. It looks like these two steps may have been omitted during the Python port.
Adding these two updates would make the resulting dataset fully BIDS compliant and remove the need for manual post processing.
Thanks for paying close attention! I need to take a closer look, I expected everything to be OK. I will get back to you on Monday.