Intra rms cur: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
===PYTHON EXAMPLE=== | ===PYTHON EXAMPLE=== | ||
<source lang="python"> | |||
from pymol import cmd | from pymol import cmd | ||
rms = cmd.intra_rms_cur("(name ca)",1) | rms = cmd.intra_rms_cur("(name ca)",1) | ||
</source> | |||
===USER EXAMPLES/COMMENTS=== | ===USER EXAMPLES/COMMENTS=== |
Revision as of 00:32, 21 February 2005
DESCRIPTION
"intra_rms_cur" calculates rms values for all states of an object over an atom selection relative to the indicated state without performing any fitting. The rms values are returned as a python array.
PYMOL API
cmd.intra_rms_cur( string selection, int state)
PYTHON EXAMPLE
from pymol import cmd
rms = cmd.intra_rms_cur("(name ca)",1)
USER EXAMPLES/COMMENTS
SEE ALSO
Cmd fit, Cmd rms, Cmd rms_cur, Cmd intra_fit, Cmd intra_rms, Cmd pair_fit