From 72566b4e953a67953565366b2427efa7dc0c8eef Mon Sep 17 00:00:00 2001 From: ncullen93 Date: Fri, 16 Feb 2024 11:14:29 +0100 Subject: [PATCH] update reg docs --- ants/registration/interface.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ants/registration/interface.py b/ants/registration/interface.py index 1086bb63..473a344c 100644 --- a/ants/registration/interface.py +++ b/ants/registration/interface.py @@ -85,6 +85,11 @@ def registration( flow_sigma : scalar smoothing for update field + At each iteration, the similarity metric and gradient is calculated. + That gradient field is also called the update field and is smoothed + before composing with the total field (i.e., the estimate of the total + transform at that iteration). This total field can also be smoothed + after each iteration. total_sigma : scalar smoothing for total field