Skip to content

Commit 46d4576

Browse files
committed
use lower case reconstructed
1 parent 66c5349 commit 46d4576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/reconstSignal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def approx(imgPath, maskPath):
137137
S_hat_final= stack_b0(qb_model.gtab.b0s_mask, S_hat_dwi, b0)
138138

139139
# save approximated data
140-
harmImg= pjoin(directory, f'Reconstructed_{prefix}.nii.gz')
140+
harmImg= pjoin(directory, f'reconstructed_{prefix}.nii.gz')
141141
if force or not isfile(harmImg):
142142
save_nifti(harmImg, S_hat_final, affine, hdr)
143143
copyfile(inPrefix + '.bvec', harmImg.split('.nii')[0] + '.bvec')

0 commit comments

Comments
 (0)