__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}
@param in_place: if 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__
|