We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdaed6 commit b0ca8efCopy full SHA for b0ca8ef
1 file changed
src/rbc/core/longitudinal/transform.py
@@ -36,6 +36,7 @@ def anat_transform(in_file: Path, template: Path, xfm: Path) -> Path:
36
return ants.ants_apply_transforms(
37
reference_image=template,
38
input_image=in_file,
39
+ transform=[ants.ants_apply_transforms_transform_file_name(xfm)],
40
output=ants.ants_apply_transforms_warped_output("subject_to_template.nii.gz"),
41
dimensionality=3,
42
interpolation=ants.ants_apply_transforms_linear(),
0 commit comments