Skip to content

Commit 55a58f8

Browse files
committed
Expand catch-all for phase difference field map images ingress.
1 parent 17ab64b commit 55a58f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/utils/bids_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def bids_gen_cpac_sublist(bids_dir, paths_list, config_dict, creds_path,
645645
task_key,
646646
p))
647647

648-
if "phasediff" in f_dict["scantype"]:
648+
if "phasediff" in f_dict["scantype"] or "phase1" in f_dict["scantype"]:
649649
if "fmap" not in subdict[f_dict["sub"]][f_dict["ses"]]:
650650
subdict[f_dict["sub"]][f_dict["ses"]]["fmap"] = {}
651651
if "diffphase" not in subdict[f_dict["sub"]][f_dict["ses"]]["fmap"]:

0 commit comments

Comments
 (0)