Open
Description
I have a question about recent change in bulk solvent scaling by @pafonine
In the k_mask_grid_search()
we find new k_mask
and corresponding k_isotropic
in resolution shells via grid search.
Next we try to improve r-factor by linear interpolation of k_mask
via populate_bin_to_individual_k_mask_linear_interpolation()
.
Finally we accept k_mask
and k_isotropic
if they improve r-factor.
The problem is that populate_bin_to_individual_k_mask_linear_interpolation()
always use old k_isotropic
to compute r-factor. Is there a rationale behind it? Shouldn't it use new k_isotropic
instead?
cctbx_project/mmtbx/bulk_solvent/scaler.py
Lines 363 to 392 in a15fcd9
Metadata
Metadata
Assignees
Labels
No labels