Difference between revisions of "Transform odb"

From PyMOLWiki
Jump to navigation Jump to search
(Initial version)
 
m
Line 19: Line 19:
 
transform_selection, transform_object
 
transform_selection, transform_object
  
[[Category:Scripts|transform_odb]]
+
[[Category:Script Library|transform_odb]]

Revision as of 00:13, 2 August 2005

DESCRIPTION

"transform_odb" transforms the coordinates of a selection and creates a new object with the transformed coordinates. The transformation matrix is read from a specified "O"-style tranformation matrix file (.odb) written by "O" or by any of the Uppsala Software Factory programs (from Gerard Klegweit) such as LSQMAN.

USAGE

transform_odb name, (selection), matrix_file [, transpose]
  • name = object to contain transformed coordinates
  • selection = atoms to transform
  • matrix_file = file name or path of .odb file containing a transformation matrix data block
  • transpose (default 0]


EXAMPLES

transform moved_helix, ( mol1 and resi 200:220 ),  move_helix.odb

USER COMMENTS

SEE ALSO

transform_selection, transform_object