IMP logo
IMP Reference Guide  2.18.0
The Integrative Modeling Platform
IMP.pmi.restraints.saxs.SAXSRestraint Class Reference

Basic SAXS restraint. More...

Inherits RestraintBase.

Detailed Description

Basic SAXS restraint.

Note
This class is only available in Python.

Definition at line 23 of file restraints/saxs.py.

Public Member Functions

def __init__
 Builds the restraint. More...
 

Constructor & Destructor Documentation

def IMP.pmi.restraints.saxs.SAXSRestraint.__init__ (   self,
  input_objects,
  saxs_datafile,
  weight = 1.0,
  ff_type = IMP.saxs.HEAVY_ATOMS,
  label = None,
  maxq = 'standard' 
)

Builds the restraint.

Parameters
input_objectsA list of hierarchies or PMI objects that the SAXS restraint will be applied to. This hierarchy MUST be atomic. You can pass a list of CA atom particles to evaluate at residue resolution
saxs_datafilethe SAXS .dat file.
weightRestraint score coefficient
ff_typethe form factor to use, of the following types:
  • IMP.saxs.HEAVY_ATOMS: use form factors with implicit hydrogens
  • IMP.saxs.ALL_ATOMS: use individual form factors for all atoms. Does not build missing hydrogens.
  • IMP.saxs.CA_ATOMS: use residue based form factors centered at CA atoms
labelLabel for the restraint in outputs
maxq- maximum q value that the restraint will be evaluated at Default vaules for ff_type = ALL_ATOMS : 0.5. HEAVY_ATOMS : 0.4, CA_ATOMS and RESIDUES = 0.15. These values were eyeballed by comparing ALL_ATOM calculated SAXS profiles to those calculated with the reduced representations, so could be improved.

Definition at line 46 of file restraints/saxs.py.


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