Table of Contents

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

fit | rms | rms_cur | intra_rms | intra_rms_cur | pair_fit | cmd.intra_fit | commands