I just posted a script relating to another issue that sets these
values. Here it is again. You will probably be interested in the last
3 lines. You can type these commands in pymol like "stereo walleye" and
"set stereo_shift, 0.23".
- Charlie
---------------------------------------------------------
#!/usr/bin/env python
# Tell PyMOL we don't want any GUI features.
import __main__
__main__.pymol_argv = [ 'pymol', '-Gi' ]
# Importing the PyMOL module will create the window.
import pymol
# Call the function below before using any PyMOL modules.
pymol.finish_launching()
from pymol import cmd
cmd.stereo('walleye')
cmd.set('stereo_shift', 0.23)
cmd.set('stereo_angle', 1.0)
----------------------------------------------------------
Sri Krishna Subramanian wrote:
Dear all,
I am new to this list and apologize if this question has been
asked before. I am trying to figure out if it is possible to set the
stereo separation in PyMOL while viewing the molecule interactively. I
want to see the protein using wall-eyed stereo and would like to bring the
left and the right images as close as possible. Again my question concerns
stereo when using PyMOL interactively and not while making ray traced
publication quality images.
thanks for your help.
krishna
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
PyMOL-users mailing list
PyMOL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pymol-users