Trees | Indices | Help |
---|
|
1 """ 2 SVDSuperimposer finds the best rotation and translation to put 3 two point sets on top of each other (minimizing the RMSD). This is 4 eg. useful to superimpose crystal structures. SVD stands for singular 5 value decomposition, which is used in the algorithm. 6 """ 7 8 from SVDSuperimposer import * 9
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:52:34 2009 | http://epydoc.sourceforge.net |