We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8ed4a commit d9bbeedCopy full SHA for d9bbeed
petdeface/petdeface.py
@@ -598,7 +598,7 @@ def init_single_subject_wf(
598
after_label="Defaced T1w",
599
out_report=f"{anat_string}_t1w_before_after.svg",
600
),
601
- name=f"{anat_string}_before_and_after_report",
+ name=f"{anat_string}_t1w_before_and_after_report",
602
)
603
604
t1w_before_after_report.inputs.before = t1w_file
@@ -609,7 +609,7 @@ def init_single_subject_wf(
609
after_label=f"Defaced {pet_string}",
610
out_report=f"{pet_string}_pet_before_after.svg",
611
612
- name=f"{pet_string}_before_and_after_report",
+ name=f"{pet_string}_pet_before_and_after_report",
613
614
pet_to_t1w_coregistration = Node(
615
SimpleBeforeAfterRPT(
0 commit comments