Skip to content

Commit 987d224

Browse files
committed
correct TYPO
1 parent 7f6d6b5 commit 987d224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def preprocessing(imgPath, maskPath):
9292
if debug:
9393
outPrefix= imgPath.split('.nii')[0]+suffix
9494
save_nifti(outPrefix+'.nii.gz', lowResImg, lowRes.affine, lowResImgHdr)
95-
shutil.copyfile(niiinPrefix + '.bvec', outPrefix + '.bvec')
95+
shutil.copyfile(inPrefix + '.bvec', outPrefix + '.bvec')
9696
write_bvals(outPrefix + '.bval', bvals)
9797
dti_harm(outPrefix+'.nii.gz', maskPath)
9898

0 commit comments

Comments
 (0)