This changelog uses semantic versioning
Read bvecs from MRD files converted from Siemens diffusion sequences
Bugfix because Matlab gives the transpose of the sform/qform. Only important if pixel dimensions are not all equal.
- ensure output from DICOM images is in acquisition order
- provide convenience function
transformForNifti
to calculate the required transform to take b-vectors from scanner space to NIfTI space
- Breaking change:
readBvecsFromTwix
now only takes one file argument. Replace calls using the previous formatreadBvecsFromTwix(infolder,infile,outfolder)
withreadBvecsFromTwix(fullfile(infolder,infile),outfolder)
- Option to provide twix object from mapVBVD rather than a filename to
readBvecsFromTwix
Added mapVBVD as a submodule
- also output nominal b-values
- added ability to apply a transformation before saving b-vectors
- removed default DICOM output basename
- increased output precision
Initial public release