Table of Contents

Module: match chimera/match.py

Imported modules   
import LinearAlgebra
import Numeric
import chimera
import math
import sys
Functions   
eigenMatrix
matchAtoms
matchPositions
  eigenMatrix 
eigenMatrix ( q=None )

Return the matrix form of an eigenvector, q. If q, is not specified, return a zero matrix

  matchAtoms 
matchAtoms ( fixedAtoms,  movableAtoms )

Computes rotation and translation to align one set of atoms with another. The sum of the squares of the distances between corresponding atoms is minimized. Returns Chimera Xform and rms value.

  matchPositions 
matchPositions ( fixedPositions,  movablePositions )

Computes rotation and translation to align one set of positions with another. The sum of the squares of the distances between corresponding positions is minimized. The xyz positions are specified as n by 3 Numeric arrays. Returns Chimera Xform and rms value.

Classes   
Match

XXX: This does not need to be a class. A function which does it


Table of Contents

This document was automatically generated on Tue Nov 5 16:56:52 2002 by HappyDoc version 2.0.1