-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Q] Inconsistency in bulk solvent scaling fitting? #643
Comments
Sorry for confusion, now I see. Actual old Let me ask another one here about same piece of code. Next two snippets are final parts of cctbx_project/mmtbx/bulk_solvent/scaler.py Lines 388 to 392 in a15fcd9
cctbx_project/mmtbx/bulk_solvent/scaler.py Lines 572 to 577 in a15fcd9
Shouldn't they be exactly the same? |
I have a question about recent change in bulk solvent scaling by @pafonine
In the
k_mask_grid_search()
we find newk_mask
and correspondingk_isotropic
in resolution shells via grid search.Next we try to improve r-factor by linear interpolation of
k_mask
viapopulate_bin_to_individual_k_mask_linear_interpolation()
.Finally we accept
k_mask
andk_isotropic
if they improve r-factor.The problem is that
populate_bin_to_individual_k_mask_linear_interpolation()
always use oldk_isotropic
to compute r-factor. Is there a rationale behind it? Shouldn't it use newk_isotropic
instead?cctbx_project/mmtbx/bulk_solvent/scaler.py
Lines 363 to 392 in a15fcd9
The text was updated successfully, but these errors were encountered: