Skip to content

Commit 202f943

Browse files
authored
Merge pull request #373 from tsalo/support-multiecho-phase
ENH: Support multi-echo EPI phase data
2 parents 2b9319d + 0630fa7 commit 202f943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def save_converted_files(res, item_dicoms, bids_options, outtype, prefix, outnam
580580
else:
581581
echo_number = echo_times.index(fileinfo['EchoTime']) + 1
582582

583-
supported_multiecho = ['_bold', '_epi', '_sbref', '_T1w', '_PDT2']
583+
supported_multiecho = ['_bold', '_phase', '_epi', '_sbref', '_T1w', '_PDT2']
584584
# Now, decide where to insert it.
585585
# Insert it **before** the following string(s), whichever appears first.
586586
for imgtype in supported_multiecho:

0 commit comments

Comments
 (0)