diff --git a/diffmaps.html b/diffmaps.html index f469540..bedadc4 100644 --- a/diffmaps.html +++ b/diffmaps.html @@ -35,7 +35,7 @@
meteor.diffmaps
-def compute_difference_map(derivative: Map, native: Map) ‑> Map
+def compute_difference_map(derivative: Map, native: Map, *, check_isomorphous: bool = True) ‑> Map
Computes amplitude and phase differences between native and derivative structure factor sets.
@@ -50,6 +50,8 @@native
: Map
check_isomorphous
: bool
-def compute_kweighted_difference_map(derivative: Map, native: Map, *, k_parameter: float) ‑> Map
+def compute_kweighted_difference_map(derivative: Map, native: Map, *, k_parameter: float, check_isomorphous: bool = True) ‑> Map
Compute k-weighted derivative - native structure factor map.
@@ -71,6 +73,8 @@native
: Map
check_isomorphous
: bool
Compute k-weighted differences between native and derivative amplitudes and phases.
@@ -124,6 +128,8 @@k_parameter_values_to_scan
: np.ndarray | Sequence[float]
check_isomorphous
: bool
-def set_common_crystallographic_metadata(map1: Map, map2: Map, *, output: Map) ‑> None
-
compute_kweighted_difference_map
compute_kweights
max_negentropy_kweighted_difference_map
set_common_crystallographic_metadata
meteor
Map Enhancement Tools for Ephemeral Occupancy Refinement
-meteor
is a tool for computing crystallographic difference maps.
meteor
specializes the robust identification of weak signals arising from minor but scientifically interesting populations, such as bound ligands or changes that occur in time-resolved experiments. That said, if you need an difference map, meteor
can do it!