Skip to content

Commit f2ebb77

Browse files
committed
Update demonsReg.py
1 parent 714b6a1 commit f2ebb77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mirc/utils/demonsReg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def demonsReg(source, target, sigma_elastic=1, sigma_fluid=1, num_lev=3, use_com
8989
source_full = source;
9090
target_full = target;
9191

92-
#Preparing function for live update during registration process
92+
#Preparing figure for live update during registration process
9393
fig, axs = plt.subplots(1, 3, figsize=(12, 6))
9494
iteration_text = fig.text(0.5, 0.92, '', ha='center', va='top', fontsize=10, color='black')
9595

0 commit comments

Comments
 (0)