Intra fit: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
Line 25: Line 25:


===SEE ALSO===
===SEE ALSO===
[[Fit]], [[Rms]], [[Rms_Cur]], [[Intra_Rms]], [[Intra_Rms_Cur]], [[Pair_Fit]]
[[Fit]], [[Rms]], [[Rms_Cur]], [[Intra_Rms]], [[Intra_Rms_Cur]], [[Pair_Fit]], [[Align]]


   
   
[[Category:Commands|intra_fit]]
[[Category:Commands|intra_fit]]

Revision as of 13:32, 9 January 2006

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

USER COMMENTS

See Intra_Rms for selection caveats for this group of commands.

SEE ALSO

Fit, Rms, Rms_Cur, Intra_Rms, Intra_Rms_Cur, Pair_Fit, Align