Re: [PyMOL] Axes.py question

2012-03-28 Thread Gudrun Lotze
Thank you very much! Really cool! Gudrun Am 28.03.2012 um 17:38 schrieb Jason Vertrees: > Hi Gudrun, > > The quickest way would be to center the camera on your selection/protein: > > # create the axes > > run axes.py > > # put camera center at center of protein geometry > > orient 6lys > >

Re: [PyMOL] Axes.py question

2012-03-28 Thread Jason Vertrees
Hi Gudrun, The quickest way would be to center the camera on your selection/protein: # create the axes run axes.py # put camera center at center of protein geometry orient 6lys x = cmd.get_position() # move the axes cmd.set_object_ttt("axes", [1, 0, 0, x[0], 0, 1, 0, x[1], 0, 0, 1, x[2], 0,

[PyMOL] Axes.py question

2012-03-28 Thread Gudrun Lotze
Dear all, I used the second script from page http://www.pymolwiki.org/index.php/Axes to draw those axes. However they are not plotted within my 6Lys.pdb file, those axes are located next to the crystal structure. I honestly don't know whee is the center of 6Lys.pdb, but is there a chance to br