__init__(self,
msys_model,
cms_model,
aids,
ref_pos,
fit_aids=None,
fit_ref_pos=None,
in_place=False)
(Constructor)
|
|
See L{PosAlign} for parameters.
@param ref_pos: positions of reference conformer structure
@type ref_pos: Nx3 C{numpy.ndarray}
@type fit_aids: C{list} of C{int}s or C{None}. If C{None}, it is set
to aids, and fit_ref_pos is set to ref_pos.
@param in_place: if C{True}, calculate RMSD without applying
transformations on C{ref_pos}
Typically, C{aids} and C{fit_aids} come from a common source whereas
C{ref_pos} and C{fit_ref_pos} come from another common source.
- Parameters:
fit_ref_pos - positions of reference conformer structure for
translation/rotation calculation
- Overrides:
object.__init__
|