This is a read-only mirror of pymolwiki.org

Difference between revisions of "Pair fit"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
  "pair_fit" fits a set of atom pairs between two models.  Each atom
+
[[Pair_Fit]] fits a set of atom pairs between two models.  Each atom in each pair must be specified individually, which can be tedious to enter manually.  Script files are recommended when using this command.
  in each pair must be specified individually, which can be tedious
+
 
  to enter manually.  Script files are recommended when using this
 
  command.
 
 
 
===USAGE===
 
===USAGE===
  pair_fit (selection), (selection), [ (selection), (selection) [ ...] ]
+
<source lang="python">
+
pair_fit (selection), (selection), [ (selection), (selection) [ ...] ]
 +
</source>
 +
 
 
===USER EXAMPLES/COMMENTS===
 
===USER EXAMPLES/COMMENTS===
 +
An description of selection caveats for these commands may be found at [[Intra_Rms]].
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Fit]], [[Rms]], [[Rms_Cur]], [[Intra_Fit]], [[Intra_Rms]], [[Intra_Rms_Cur]]
  [[Cmd fit]], [[Cmd rms]], [[Cmd rms_cur]], [[Cmd intra_fit]], [[Cmd intra_rms]], [[Cmd intra_rms_cur]]
 
  
[[Category:Commands|pair_fit]]
+
[[Category:Commands|Pair Fit]]
 +
[[Category:Structure_Alignment|Pair Fit]]

Revision as of 14:18, 20 June 2009

DESCRIPTION

Pair_Fit fits a set of atom pairs between two models. Each atom in each pair must be specified individually, which can be tedious to enter manually. Script files are recommended when using this command.

USAGE

pair_fit (selection), (selection), [ (selection), (selection) [ ...] ]

USER EXAMPLES/COMMENTS

An description of selection caveats for these commands may be found at Intra_Rms.

SEE ALSO

Fit, Rms, Rms_Cur, Intra_Fit, Intra_Rms, Intra_Rms_Cur