Intra rms cur: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
[[Category:Commands|intra_rms_cur]] | [[Category:Commands|intra_rms_cur]] | ||
[[Category:States]] |
Revision as of 08:07, 19 January 2009
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 Intra_Rms for selection caveats for this group of commands.