Skip to content

Commit

Permalink
allowing 2 different values for probe x,y reg
Browse files Browse the repository at this point in the history
Former-commit-id: 2c0fd35
  • Loading branch information
cophus committed Dec 3, 2023
1 parent 788bcf6 commit e7dd262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/phase/iterative_parallax.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ def subpixel_alignment(
position_corr_step_start = 1.0,
position_corr_step_min = 0.1,
position_corr_step_reduce = 0.75,
position_corr_sigma_reg = 0.25,
position_corr_sigma_reg = (0.25, 0.25),
plot_upsampled_BF_comparison: bool = True,
plot_upsampled_FFT_comparison: bool = False,
plot_position_corr_convergence: bool = True,
Expand Down

0 comments on commit e7dd262

Please sign in to comment.