From 36694695bfa710180e92061212f243f82a0f0a90 Mon Sep 17 00:00:00 2001 From: James Beilsten-Edmands <30625594+jbeilstenedmands@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:26:53 +0100 Subject: [PATCH] Reduce the default number of resolution bins from 100 to 50 --- src/dials/util/resolution_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dials/util/resolution_analysis.py b/src/dials/util/resolution_analysis.py index 458c503f28..e5b10cff68 100644 --- a/src/dials/util/resolution_analysis.py +++ b/src/dials/util/resolution_analysis.py @@ -382,7 +382,7 @@ def miller_array_from_mtz(unmerged_mtz, anomalous=False, labels=None): .help = "Minimum value of the unmerged / in the outer resolution shell" .short_caption = "Outer shell unmerged /" .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."