diff --git a/dcm2bids/dcm2bids.py b/dcm2bids/dcm2bids.py index a4e5ab6f..e6e9fbf2 100644 --- a/dcm2bids/dcm2bids.py +++ b/dcm2bids/dcm2bids.py @@ -140,7 +140,8 @@ def move(self, acquisition, intendedForList): ext = Path(srcFile).suffixes ext = [curr_ext for curr_ext in ext if curr_ext in ['.nii','.gz', - '.json']] + '.json', + '.bval','.bvec']] dstFile = (self.bidsDir / acquisition.dstRoot).with_suffix("".join(ext))