Skip to content

Commit

Permalink
bigger buffer maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Aug 22, 2024
1 parent d1ac997 commit b0aed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def compute_coefficients_from_map(
) -> rs.DataSet:
# to ensure we include the final shell of reflections, add a small buffer to the resolution

high_resolution_buffer = 1e-8
high_resolution_buffer = 1e-4
gemmi_structure_factors = gemmi.transform_map_to_f_phi(ccp4_map.grid, half_l=False)
data = gemmi_structure_factors.prepare_asu_data(
dmin=high_resolution_limit - high_resolution_buffer, with_sys_abs=True
Expand Down

0 comments on commit b0aed41

Please sign in to comment.