IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP.pmi.restraints.em.CrossCorrelationRestraint Class Reference

Fit particles to an EM map. More...

Inherits object.

Detailed Description

Fit particles to an EM map.

This creates a simulate density map and updates them every eval.

ote Wraps an em::FitRestraint

Note
This class is only available in Python.

Definition at line 319 of file lib/IMP/pmi/restraints/em.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.restraints.em.CrossCorrelationRestraint.__init__ (   self,
  ps,
  dmap,
  resolution,
  origin = None,
  voxel_size = None,
  weight = 1.0,
  label = '' 
)

Constructor.

Parameters
psThe particles to restrain. Currently these must be atomic particles.
map_fnThe EM density map to fit to
resolutionMap resolution
originIn case you need to tell IMP the correct origin
voxel_sizeIn case you need to tell IMP the angstroms per pixel
weightThe data weight
labelExtra PMI label

Definition at line 328 of file lib/IMP/pmi/restraints/em.py.


The documentation for this class was generated from the following file: