Skip to content

Commit

Permalink
changing default trotter threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed Oct 14, 2024
1 parent e8892ca commit a45b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/phase/direct_ptychography.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ def aberration_fit(
min_angular_order: int = 0,
aberrations_mn: list = None,
num_trotters=None,
trotter_intensity_threshold=1e-3,
trotter_intensity_threshold=1e-1,
relative_polar_parameters=None,
fit_method="recursive",
plot_fitted_fourier_probe=True,
Expand Down

0 comments on commit a45b971

Please sign in to comment.