Transform odb: Difference between revisions
Jump to navigation
Jump to search
(Initial version) |
mNo edit summary |
||
Line 19: | Line 19: | ||
transform_selection, transform_object | transform_selection, transform_object | ||
[[Category: | [[Category:Script Library|transform_odb]] |
Revision as of 23:13, 1 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