Difference between revisions of "Intra fit"

From PyMOLWiki
Jump to navigation Jump to search
Line 26: Line 26:
  
 
   
 
   
[[Category:Commands intra_fit|intra_fit]]
+
[[Category:Commands|intra_fit]]

Revision as of 01:23, 21 February 2005

DESCRIPTION

   "intra_fit" fits all states of an object to an atom selection
  in the specified state.  It returns the rms values to python
  as an array.

USAGE

   intra_fit (selection),state

PYMOL API

   cmd.intra_fit( string selection, int state )

EXAMPLES

   intra_fit ( name ca )

PYTHON EXAMPLE

   from pymol import cmd
   rms = cmd.intra_fit("(name ca)",1)

USER EXAMPLES

SEE ALSO

  Cmd fit, Cmd rms, Cmd rms_cur, Cmd intra_rms, Cmd intra_rms_cur, Cmd pair_fit