Skip to content

Eddy correction fixes for high b-value shelled datasets

Compare
Choose a tag to compare
@TheJaeger TheJaeger released this 22 Dec 21:45
· 96 commits to master since this release
d700939

Added:

  • None

Changed

  • Replaced preprocessing.util.bvec_is_fullsphere() and
    preprocessing.util.vecs_are_fullsphere() with
    preprocessing.mrinfoutil.is_fullsphere(). Even though datasets
    may be half-shelled, it is inaccurate to label them as such because
    distortion relative to b-value is not linear. As such, the
    slm=linear makes no sense. This new method performs the proper
    checks required before labelling a DWI as fully-shelled. A DWI is
    half-shelled iff max B-value is less than 3000 AND the norm of the
    mean direction vector is more than 0.3.

Removed

  • See above