Skip to content

Commit ee60f5d

Browse files
authored
Merge pull request #172 from UNFmontreal/quick_fix
BF - forgot bval bvec
2 parents c6fb2ca + f45b951 commit ee60f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dcm2bids/dcm2bids.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ def move(self, acquisition, intendedForList):
140140

141141
ext = Path(srcFile).suffixes
142142
ext = [curr_ext for curr_ext in ext if curr_ext in ['.nii','.gz',
143-
'.json']]
143+
'.json',
144+
'.bval','.bvec']]
144145

145146
dstFile = (self.bidsDir / acquisition.dstRoot).with_suffix("".join(ext))
146147

0 commit comments

Comments
 (0)