Skip to content

Releases: lukeje/correctBmatrixOverflow

Release v0.7.0

17 Mar 13:09
Compare
Choose a tag to compare

Read bvecs from MRD files converted from Siemens diffusion sequences

Release v0.6.1

17 May 20:52
Compare
Choose a tag to compare

Bugfix because Matlab gives the transpose of the sform/qform.

Release v0.6.0

17 May 20:01
Compare
Choose a tag to compare
  • 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

15 Apr 13:55
Compare
Choose a tag to compare

Added some convenience functionality to readBvecsFromTwix.

  • Breaking change: readBvecsFromTwix now only takes one file argument.
    Replace calls using the previous format readBvecsFromTwix(infolder,infile,outfolder) with readBvecsFromTwix(fullfile(infolder,infile),outfolder)
  • Option to provide twix object from mapVBVD rather than a filename to readBvecsFromTwix

Release v0.4.0

14 Feb 23:40
Compare
Choose a tag to compare

Added mapVBVD as a submodule

Release v0.3.0

02 Feb 15:52
216efd4
Compare
Choose a tag to compare
  • 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

14 Dec 13:18
Compare
Choose a tag to compare
  • added ability to apply a transformation before saving b-vectors
  • removed default DICOM output basename
  • increased output precision

Release v0.1.0

13 Dec 13:14
33e063a
Compare
Choose a tag to compare

Initial public release