Skip to content

Commit

Permalink
Reduce the default number of resolution bins from 100 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Sep 21, 2023
1 parent fb79018 commit 3669469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dials/util/resolution_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def miller_array_from_mtz(unmerged_mtz, anomalous=False, labels=None):
.help = "Minimum value of the unmerged <I>/<sigI> in the outer resolution shell"
.short_caption = "Outer shell unmerged <I>/<sigI>"
.expert_level = 2
nbins = 100
nbins = 50
.type = int
.help = "Maximum number of resolution bins to use for estimation of resolution limit."
.short_caption = "Number of resolution bins."
Expand Down

0 comments on commit 3669469

Please sign in to comment.