FBI Fiber Tracking
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 anfbi_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