Difference between revisions of "Intra rms cur"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
===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.
 
'''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.
 
   
 
   

Revision as of 14:42, 17 November 2009

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.

SEE ALSO

Fit, Rms, Rms_Cur, Intra_Fit, Intra_Rms, Pair_Fit