From f717a96d096a03db03c748b0da6842e2b47bd482 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Tue, 10 Sep 2019 13:42:24 -0400 Subject: [PATCH] Add functional phase data to support multi-echo. --- heudiconv/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/convert.py b/heudiconv/convert.py index 5a5db056..1c16bb00 100644 --- a/heudiconv/convert.py +++ b/heudiconv/convert.py @@ -580,7 +580,7 @@ def save_converted_files(res, item_dicoms, bids_options, outtype, prefix, outnam else: echo_number = echo_times.index(fileinfo['EchoTime']) + 1 - supported_multiecho = ['_bold', '_epi', '_sbref', '_T1w', '_PDT2'] + supported_multiecho = ['_bold', '_phase', '_epi', '_sbref', '_T1w', '_PDT2'] # Now, decide where to insert it. # Insert it **before** the following string(s), whichever appears first. for imgtype in supported_multiecho: