IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
IMP.pmi1.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 393 of file lib/IMP/pmi1/restraints/em.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi1.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 402 of file lib/IMP/pmi1/restraints/em.py.


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