You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _iterate_method added in #530 allows to have consistent iterations and parameters across all coregistration methods, but currently has fixed verbose print statements.
We should allow to customize what is printed by passing new argument to this function, which would be strings describing the nature of the iterating_variable and tolerance_statistic used during the iteration. For instance: "Horizontal offsets" and "Magnitude of horizontal offset" for NuthKaab.
The
_iterate_method
added in #530 allows to have consistent iterations and parameters across all coregistration methods, but currently has fixedverbose
print statements.We should allow to customize what is printed by passing new argument to this function, which would be strings describing the nature of the
iterating_variable
andtolerance_statistic
used during the iteration. For instance: "Horizontal offsets" and "Magnitude of horizontal offset" forNuthKaab
.Originally discussed here: #530 (comment)
The text was updated successfully, but these errors were encountered: