Skip to content

Commit

Permalink
[FIX] DWI preprocessing using T1 pipeline not generating bvec file (#967
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NicolasGensollen authored Sep 8, 2023
1 parent 9dbe9ac commit 764e69f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def rename_into_caps(
{
fname_dwi: "_space-T1w_preproc.nii.gz",
fname_bval: "_space-T1w_preproc.bval",
fname_bvec: "_space-T1w_preproc.bval",
fname_bvec: "_space-T1w_preproc.bvec",
fname_brainmask: "_space-T1w_brainmask.nii.gz",
},
)
Expand Down

0 comments on commit 764e69f

Please sign in to comment.