xiangruili / dicm2nii

DICOM to NIfTI conversion, NIfTI tools
BSD 2-Clause "Simplified" License
89 stars 45 forks source link

BIDS validator for dwi #25

Closed tanguyduval closed 4 years ago

tanguyduval commented 4 years ago

@xiangruili this small PR improves compatibility with BIDS validator.

  1. matrix in json files need to be comma-separated elements.
  2. bval and bvec need to be single space separated values

Otherwise BIDS validator raises errors. Best, Tanguy