Matrix Copy

From PyMOLWiki
Revision as of 11:42, 12 May 2009 by Inchoate (talk | contribs) (Created page with '= Overview = Matrix_copy copies a transformation matrix from one object to another. This command is often used after a protein structure alignment to bring other related obj...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Overview

Matrix_copy copies a transformation matrix from one object to another.

This command is often used after a protein structure alignment to bring other related objects into the same frame of reference.

Usage

matrix_copy source_name, target_name

Example

# load two molecules
load mol1.pdb
load mol2.pdb

# load their maps
load map1.ccp4
load map2.ccp4

# align the two molecules
align mol2////CA, mol1////CA

# copy mol2's map to mol2
matrix_copy mol2, map2

# show the isomesh
isomesh mesh1, map1
isomesh mesh2, map2

See Also

Matrix_reset, align, fit, and pair_fit.