Skip to content

Commit

Permalink
Allowed for 0 macrocycles in laue.optimize_indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Nov 21, 2024
1 parent ceee40d commit 43f0706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/laue_dials/command_line/optimize_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
.help = Number of parallel processes to run.
n_macrocycles = 3
.type = int(value_min=1)
.help = "Number of macrocycles of index optimization to perform."
.type = int(value_min=0)
.help = "Number of macrocycles of index optimization to perform. A value of 0 performs one round of assignment without outlier rejection or crystal rotation."
wavelengths {
lam_min = None
Expand Down

0 comments on commit 43f0706

Please sign in to comment.