User Tools

Site Tools


command:intra_fit

intra_fit

“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]

Arguments

selection = string: atoms to fit

state = integer: target state

Examples

intra_fit ( name ca ) 

ON EXAMPLE 

from pymol import cmd 
rms = cmd.intra_fit("(name ca)",1) 

See Also

command/intra_fit.txt · Last modified: 2013/08/19 21:01 (external edit)