Fit: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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. | |||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
fit (selection), (target-selection) | |||
</source> | |||
===EXAMPLES=== | ===EXAMPLES=== | ||
<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 17: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.