We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714b6a1 commit f2ebb77Copy full SHA for f2ebb77
1 file changed
src/mirc/utils/demonsReg.py
@@ -89,7 +89,7 @@ def demonsReg(source, target, sigma_elastic=1, sigma_fluid=1, num_lev=3, use_com
89
source_full = source;
90
target_full = target;
91
92
- #Preparing function for live update during registration process
+ #Preparing figure for live update during registration process
93
fig, axs = plt.subplots(1, 3, figsize=(12, 6))
94
iteration_text = fig.text(0.5, 0.92, '', ha='center', va='top', fontsize=10, color='black')
95
0 commit comments