Releases: lukeje/correctBmatrixOverflow
Releases · lukeje/correctBmatrixOverflow
Release v0.7.0
Release v0.6.1
Bugfix because Matlab gives the transpose of the sform/qform.
Release v0.6.0
- 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
Release v0.5.0
Added some convenience functionality to readBvecsFromTwix
.
- 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
Release v0.4.0
Added mapVBVD as a submodule
Release v0.3.0
- also output nominal b-values which might be needed for some software that require b-values to be exactly equal for shelling
Release v0.2.0
- added ability to apply a transformation before saving b-vectors
- removed default DICOM output basename
- increased output precision
Release v0.1.0
Initial public release