From 356e1350ad6e6f03ce15fa5bd27c4e61fef1c640 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Tue, 19 Nov 2024 09:26:29 -0500 Subject: [PATCH] DOC: initial transform option --- ants/registration/registration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ants/registration/registration.py b/ants/registration/registration.py index 5c82b9d0..9ee0fece 100644 --- a/ants/registration/registration.py +++ b/ants/registration/registration.py @@ -64,6 +64,7 @@ def registration( initial_transform : list of strings (optional) transforms to prepend. If None, a translation is computed to align the image centers of mass. + To use an identity transform, set this to 'Identity'. outprefix : string output will be named with this prefix.