This is a read-only mirror of pymolwiki.org
Difference between revisions of "Intra rms"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
fit, rms, rms_cur, intra_fit, intra_rms_cur, pair_fit | fit, rms, rms_cur, intra_fit, intra_rms_cur, pair_fit | ||
− | [[:Category:Commands|intra_rms]] | + | [[:Category:Commands|intra_rms]] |
Revision as of 05:26, 21 February 2005
DESCRIPTION
"intra_rms" calculates rms fit values for all states of an object over an atom selection relative to the indicated state. Coordinates are left unchanged. The rms values are returned as a python array.
PYMOL API
cmd.intra_rms( string selection, int state)
PYTHON EXAMPLE
from pymol import cmd rms = cmd.intra_rms("(name ca)",1)
USER EXAMPLES/COMMENTS
SEE ALSO
fit, rms, rms_cur, intra_fit, intra_rms_cur, pair_fit