Re: [PyMOL] Bfactor

2006-01-17 Thread gilleain torrance
"...get at..."? "...display..."? To access the B-factors, you can use "iterate" - as in "iterate resi 1, print round(b, 2)". That will print out the b-factor for each atom in the first residue. gilleain torrance On 1/16/06, Bingding Huang wrote: > > How can I the Bfactor for each residue in pym

[PyMOL] Bfactor

2006-01-16 Thread Bingding Huang
How can I the Bfactor for each residue in pymol script? Bingding