Intra rms cur: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hongbo zhu (talk | contribs) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
'''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. | ||
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=== | ||
[[Fit]], [[Rms]], [[Rms_Cur]], [[Intra_Fit]], [[Intra_Rms]], [[Pair_Fit]] | [[Fit]], [[Rms]], [[Rms_Cur]], [[Intra_Fit]], [[Intra_Rms]], [[Pair_Fit]] | ||
[[Category:Commands| | [[Category:Commands|Intra Rms Cur]] | ||
[[Category:States]] | [[Category:States|Intra Rms Cur]] | ||
[[Category:Structure_Alignment]] | [[Category:Structure_Alignment|Intra Rms Cur]] |
Latest revision as of 04: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.