This is a read-only mirror of pymolwiki.org
Difference between revisions of "Pair fit"
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 in each pair must be specified individually, which can be tedious to enter manually. Script files are recommended when using this command. | |
− | + | ||
− | |||
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | <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]] | |
− | |||
− | [[Category:Commands| | + | [[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.