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