Skip to content

Commit 1a11859

Browse files
committed
Allow getting trt when TotalReadoutTime not in metadata
1 parent 48ad74c commit 1a11859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdcflows/workflows/fit/pepolar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ def init_3dQwarp_wf(
454454
(pe0_wf, extract_field, [("outputnode.skull_stripped_file", "epi")]),
455455
(to_ants, extract_field, [("out_file", "transform")]),
456456
(inputnode, readout_time, [(("metadata", front), "metadata")]),
457+
(pe0_wf, readout_time, [("outputnode.skull_stripped_file", "in_file")]),
457458
(readout_time, extract_field, [("readout_time", "ro_time"),
458459
("pe_direction", "pe_dir")]),
459460
(pe1_wf, unwarp, [("outputnode.skull_stripped_file", "in_data")]),

0 commit comments

Comments
 (0)