| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
Compute mean density maps from structures. More...
Inherits object.
Compute mean density maps from structures.
Keeps a dictionary of density maps, keys are in the custom ranges. When you call add_subunits_density, it adds particle coordinates to the existing density maps.
Definition at line 84 of file precision_rmsd.py.
Public Member Functions | |
| def | __init__ | 
| Constructor.  More... | |
| def | add_subunits_density | 
| Add a frame to the densities.  More... | |
| def | get_density | 
| Get the current density for some component name.  More... | |
| def IMP.sampcon.precision_rmsd.GetModelDensity.__init__ | ( | self, | |
custom_ranges = None,  | 
        |||
resolution = 20.0,  | 
        |||
voxel = 5.0,  | 
        |||
bead_names = None  | 
        |||
| ) | 
Constructor.
| list | of particles decorated with mass, radius, and XYZ | 
| resolution | The MRC resolution of the output map (in Angstrom unit) | 
| voxel | The voxel size for the output map (lower is slower) | 
Definition at line 91 of file precision_rmsd.py.
| def IMP.sampcon.precision_rmsd.GetModelDensity.add_subunits_density | ( | self, | |
| ps | |||
| ) | 
Add a frame to the densities.
| ps | List of particles decorated with XYZR and Mass. | 
Definition at line 183 of file precision_rmsd.py.
| def IMP.sampcon.precision_rmsd.GetModelDensity.get_density | ( | self, | |
| name | |||
| ) | 
Get the current density for some component name.
Definition at line 208 of file precision_rmsd.py.