Skip to content

Commit

Permalink
pad_template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Jun 14, 2024
1 parent a0164dc commit 2ad54b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macapype/pipelines/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def rename_all_brain_derivatives(params, main_workflow, segment_pnh_pipe,
rename_inv_trans, 'out_file',
datasink, '@stereo_to_native_trans')

if "resample_T1_pad" in params["short_preparation_pipe"].keys():
if "pad_template" in params["short_preparation_pipe"].keys():

rename_stereo_padded_T1 = pe.Node(
niu.Rename(),
Expand Down

0 comments on commit 2ad54b0

Please sign in to comment.