IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP.pmi.restraints.em2d.ElectronMicroscopy2D Class Reference

Fit particles against a set of class averages by principal components. More...

Inherits object.

Detailed Description

Fit particles against a set of class averages by principal components.

Compares how well the principal components of the segmented class average fit to the principal components of the particles.

Note
This class is only available in Python.

Definition at line 13 of file em2d.py.

Public Member Functions

def __init__
 Constructor. More...
 

Constructor & Destructor Documentation

def IMP.pmi.restraints.em2d.ElectronMicroscopy2D.__init__ (   self,
  representation = None,
  images = None,
  pixel_size = None,
  image_resolution = None,
  projection_number = None,
  resolution = None,
  n_components = 1,
  hier = None 
)

Constructor.

Parameters
representationDEPRECATED, pass 'hier' instead
images2D class average filenames in PGM text format
pixel_sizePixel size in angstroms
image_resolutionEstimated resolution of the images in angstroms
projection_numberNumber of projections of the model to generate and fit to images. The lower the number, the faster the evaluation, but the lower the accuracy
resolutionWhich level of model representation to use in the fit
n_componentsNumber of the largest components to be considered for the EM image
hierThe root hierarchy for applying the restraint

Definition at line 28 of file em2d.py.


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