Skip to content

FBI Fiber Tracking

Compare
Choose a tag to compare
@TheJaeger TheJaeger released this 07 Dec 14:50
· 97 commits to master since this release
48b7af5

This release adds FBI fiber tracking via DSI Studio. After computing FBI parameters, an fbi_tractography_dsi.fib file is also created. This new file can be loaded into DSI Studio to perform fiber tracking.

Added:

  • Check for b-value scaling in .bval file so values
    specified as either 2.0 or 2000 can be processed.
  • fitting.dwipy() can now be pointed to user-defined
    bvec and bval paths. It previously required bvec and
    bval files to have the same name and path as DWI.
  • DSI Studio tractography for FBI. Processing FBI dataset now
    produces an fbi_tractography_dsi.fib file that can be loaded
    into DSI Studio to perform tractography.

Changed:

  • Fixed issue where eddy correction would attempt
    to QC and fail despite parsing the --noqc flag.
  • SNR plotting works in very specific scenarious when
    input DWIs are of the same same dimensions. A try/except
    loop now ensure that the entire pipeline doesn't halt
    due to errors in plotting.
  • Fixed issue with dki_ak.nii not being saved

Removed:

  • None