Skip to content

Commit

Permalink
[ENH] added -affine_ to str_dwi_affine
Browse files Browse the repository at this point in the history
  • Loading branch information
rcruces committed Aug 19, 2021
1 parent 8a72517 commit 29924fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/02_proc-dwi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ fi

dwi_mask="${proc_dwi}/${idBIDS}_space-dwi_desc-brain_mask.nii.gz"
dwi_b0="${proc_dwi}/${idBIDS}_space-dwi_desc-b0.nii.gz" # This should be a NIFTI for compatibility with ANTS
str_dwi_affine="${dir_warp}/${idBIDS}_space-dwi_from-dwi_to-nativepro_mode-image_desc-"
str_dwi_affine="${dir_warp}/${idBIDS}_space-dwi_from-dwi_to-nativepro_mode-image_desc-affine_"
mat_dwi_affine="${str_dwi_affine}0GenericAffine.mat"
T1nativepro_in_dwi="${proc_dwi}/${idBIDS}_space-dwi_desc-t1w_nativepro.nii.gz"

Expand Down

0 comments on commit 29924fb

Please sign in to comment.