This is a read-only mirror of pymolwiki.org
Difference between revisions of "Intra fit"
Jump to navigation
Jump to search
(No difference)
|
Revision as of 05:22, 21 February 2005
DESCRIPTION
"intra_fit" fits all states of an object to an atom selection in the specified state. It returns the rms values to python as an array.
USAGE
intra_fit (selection),state
PYMOL API
cmd.intra_fit( string selection, int state )
EXAMPLES
intra_fit ( name ca )
PYTHON EXAMPLE
from pymol import cmd
rms = cmd.intra_fit("(name ca)",1)
USER EXAMPLES
SEE ALSO
Cmd fit, Cmd rms, Cmd rms_cur, Cmd intra_rms, Cmd intra_rms_cur, Cmd pair_fit