Transform odb

From PyMOLWiki
Revision as of 00:13, 2 August 2005 by Saper (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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