Intra rms cur

From PyMOLWiki
Revision as of 01:32, 21 February 2005 by Tree (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 ALSO

   Cmd fit, Cmd rms, Cmd rms_cur, Cmd intra_fit, Cmd intra_rms, Cmd pair_fit