Skip to content

Commit 48b7af5

Browse files
authored
Bugfix for dki_ak not being saved (#239)
* Fix DTI protocol (#228) * Update reslicing to use new `mrgrid` command This also works with older `mrreslice` * Fix bad indent in tensorReorder() * Update documentation * Add bval scaling (#230) * Fix SNR plotting issues (#233) * Add try/except loop to SNR plot * Fix eddy path when `--noqc` is parsef * Fix a bad indent * Update CHANGELOG * Init tractography module (#234) * Init tractography module with DSI Studio * Update main to use tractography modules * Update version and MANIFEST * Update docs * Fiber Tracking: FBI tractography (#235) (#237) * Fix DTI protocol (#228) * Update reslicing to use new `mrgrid` command This also works with older `mrreslice` * Fix bad indent in tensorReorder() * Update documentation * Add bval scaling (#230) * Fix SNR plotting issues (#233) * Add try/except loop to SNR plot * Fix eddy path when `--noqc` is parsef * Fix a bad indent * Update CHANGELOG * Init tractography module (#234) * Init tractography module with DSI Studio * Update main to use tractography modules * Update version and MANIFEST * Update docs * Change dki_ak fname (#238)
1 parent 7b78184 commit 48b7af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

designer/pydesigner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def main():
811811
fn_dti_fe = 'dti_fe'
812812
fn_dki_mk = 'dki_mk'
813813
fn_dki_rk = 'dki_rk'
814-
fn_dki_ak = 'dki_rk'
814+
fn_dki_ak = 'dki_ak'
815815
fn_dki_kfa = 'dki_kfa'
816816
fn_dki_mkt = 'dki_mkt'
817817
if img.isdki():

0 commit comments

Comments
 (0)