IMP Reference Guide
develop.5dc6320de2,2023/09/27
The Integrative Modeling Platform
|
Fit particles to an EM map. More...
Inherits object.
Fit particles to an EM map.
This creates a simulate density map and updates them every eval.
ote Wraps an em::FitRestraint
Definition at line 393 of file lib/IMP/pmi1/restraints/em.py.
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def IMP.pmi1.restraints.em.CrossCorrelationRestraint.__init__ | ( | self, | |
ps, | |||
dmap, | |||
resolution, | |||
origin = None , |
|||
voxel_size = None , |
|||
weight = 1.0 , |
|||
label = '' |
|||
) |
Constructor.
ps | The particles to restrain. Currently these must be atomic particles. |
map_fn | The EM density map to fit to |
resolution | Map resolution |
origin | In case you need to tell IMP the correct origin |
voxel_size | In case you need to tell IMP the angstroms per pixel |
weight | The data weight |
label | Extra PMI label |
Definition at line 402 of file lib/IMP/pmi1/restraints/em.py.