Skip to content

Commit

Permalink
Fix unsupported map type
Browse files Browse the repository at this point in the history
  • Loading branch information
pafonine committed Jul 6, 2024
1 parent e3f1760 commit 3f2b36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmtbx/solvent/ordered_solvent.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_unique_altloc2(available, exclude):
cc_map_1_type = "Fmodel"
.type = str
.short_caption = Model map type for CC calculation
cc_map_2_type = 2mFo-DFmodel
cc_map_2_type = 2mFobs-DFmodel
.type = str
.short_caption = Experimental map type for CC calculation
poor_cc_threshold = 0.70
Expand Down Expand Up @@ -276,7 +276,7 @@ def _estimate_diff_map_cutoff(self):
self.fmodel.update_xray_structure(update_f_calc=True)

coeffs = self.fmodel.electron_density_map().map_coefficients(
map_type = "mFo-DFmodel",
map_type = "mFobs-DFmodel",
fill_missing = False,
isotropize = True)
fft_map = coeffs.fft_map(crystal_gridding = self.crystal_gridding)
Expand Down

0 comments on commit 3f2b36f

Please sign in to comment.