Skip to content

Commit

Permalink
Fix connections in pet-linear
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Dec 3, 2024
1 parent 7436f44 commit 22c4a2e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion clinica/pipelines/pet/linear/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,12 @@ def _build_core_nodes(self):
(
clipping_node,
ants_applytransform_optional_node,
[("output_image", "input_image"), ("t1w", "reference_image")],
[("output_image", "input_image")],
),
(
self.input_node,
ants_applytransform_optional_node,
[("t1w", "reference_image")],
),
(
ants_registration_node,
Expand Down

0 comments on commit 22c4a2e

Please sign in to comment.