Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/b/i/biopython-1.63/Bio/PDB/Superimposer.py biopython(Download)
sup.run() self.rms=sup.get_rms() self.rotran=sup.get_rotran() def apply(self, atom_list):
src/b/i/biopython-HEAD/Bio/PDB/Superimposer.py biopython(Download)
sup.run() self.rms=sup.get_rms() self.rotran=sup.get_rotran() def apply(self, atom_list):
src/b/i/biopython-HEAD/Tests/test_SVDSuperimposer.py biopython(Download)
# get rotation (right multiplying!) and the translation rot, tran=sup.get_rotran() # rotate y on x manually
src/b/i/biopython-1.63/Tests/test_SVDSuperimposer.py biopython(Download)
# get rotation (right multiplying!) and the translation rot, tran=sup.get_rotran() # rotate y on x manually