Skip to content

Commit

Permalink
outfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 4, 2024
1 parent 92d02c8 commit c264f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skullTo3d/pipelines/skull_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def create_skull_ct_pipe(name="skull_ct_pipe", params={}):
interface=RegResample(pad_val=0.0),
name="align_ct_on_stereo_T1")

skull_ct_pipe.connect(align_ct_on_T1, 'res_file',
skull_ct_pipe.connect(align_ct_on_T1, 'out_file',
align_ct_on_stereo_T1, "flo_file")

skull_ct_pipe.connect(inputnode, 'native_to_stereo_trans',
Expand Down

0 comments on commit c264f8b

Please sign in to comment.