Skip to content

Commit

Permalink
added rigid_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Dec 10, 2024
1 parent 51eab60 commit 6b86770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macapype/pipelines/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def create_short_preparation_pipe(params, params_template={},
if 'aladin_T2_on_T1' in params.keys():

align_T2_on_T1 = pe.Node(reg.RegAladin(), name="align_T2_on_T1")
align_T2_on_T1.inputs.rig_only_flag = True

if "avg_reorient_pipe" in params.keys():
data_preparation_pipe.connect(av_T1, 'outputnode.std_img',
Expand Down

0 comments on commit 6b86770

Please sign in to comment.