Difference between revisions of "Fit"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
'''fit''' superimposes the model in the first selection on to the model in the second selection.  Only matching atoms in both selections will be used for the fit.
+
[[Fit]] superimposes the model in the first selection on to the model in the second selection.  Only matching atoms in both selections will be used for the fit.
  
 
===USAGE===
 
===USAGE===
fit (selection), (target-selection)
+
<source lang="python">
 +
fit (selection), (target-selection)
 +
</source>
  
 
===EXAMPLES===
 
===EXAMPLES===
fit ( mutant and name ca ), ( wildtype and name ca )
+
<source lang="python">
 +
fit ( mutant and name ca ), ( wildtype and name ca )
 +
</source>
  
 
===USER COMMENTS===
 
===USER COMMENTS===
Line 15: Line 19:
  
 
[[Category:Commands|fit]]
 
[[Category:Commands|fit]]
 +
[[Category:Structure_Alignment]]

Revision as of 18:23, 17 April 2009

DESCRIPTION

Fit superimposes the model in the first selection on to the model in the second selection. Only matching atoms in both selections will be used for the fit.

USAGE

fit (selection), (target-selection)

EXAMPLES

fit ( mutant and name ca ), ( wildtype and name ca )

USER COMMENTS

See Intra_Rms for selection caveats for this group of commands.

SEE ALSO

Rms, Rms_Cur, Intra_Fit, Intra_Rms, Intra_Rms_Cur