Skip to content

Commit 0835b15

Browse files
committed
Modify b0dwi_for_fmap unit test for older dcm2niix\n\nOlder versions of dcm2niix failed that test.
1 parent e11518a commit 0835b15

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

heudiconv/heuristics/test_b0dwi_for_fmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def infotodict(seqinfo):
2727

2828
info = {fmap: [], dwi: []}
2929
for s in seqinfo:
30-
if 'DIFFUSION' in s.image_type and 'FieldMap' in s.series_description:
30+
if 'DIFFUSION' in s.image_type:
3131
info[fmap].append(s.series_id)
3232
info[dwi].append(s.series_id)
3333
return info
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)