This is a read-only mirror of pymolwiki.org
Difference between revisions of "Intra rms cur"
Jump to navigation
Jump to search
m (moved Intra Rms Cur to Intra rms cur: small letters) |
Hongbo zhu (talk | contribs) |
||
Line 14: | Line 14: | ||
===USER EXAMPLES/COMMENTS=== | ===USER EXAMPLES/COMMENTS=== | ||
− | See [[ | + | See [[Rms]] for selection caveats for this group of commands. |
===SEE ALSO=== | ===SEE ALSO=== |
Revision as of 09:52, 20 November 2013
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 Rms for selection caveats for this group of commands.