Skip to content

Commit d16ca3d

Browse files
authored
[FIX] PET-volume : modify iterfields to allow pipeline completion (aramis-lab#1543)
1 parent 1c8c073 commit d16ca3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clinica/pipelines/pet/volume/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def _build_core_nodes(self):
624624
function=compute_atlas_statistics_task,
625625
),
626626
name="atlas_stats_node",
627-
iterfield=["in_image"],
627+
iterfield=["image"],
628628
)
629629
atlas_stats_node.inputs.atlas_names = self.parameters["atlases"]
630630

@@ -795,7 +795,7 @@ def _build_core_nodes(self):
795795
function=compute_atlas_statistics_task,
796796
),
797797
name="atlas_stats_pvc",
798-
iterfield=["in_image"],
798+
iterfield=["image"],
799799
)
800800
atlas_stats_pvc.inputs.in_atlas_names = self.parameters["atlases"]
801801

0 commit comments

Comments
 (0)