Re: [PyMOL] write a script from pse file

2011-03-13 Thread Schubert, Carsten [PRDUS]
Maia, as far as I know a .pse is just a dump of the internal data structure of Pymol. You can save the molecules contained in the session, but the graphical representation and any modifications would need to be recreated. Hopefully Jason proves me wrong ... Cheers, Carsten -Original

Re: [PyMOL] write a script from pse file

2011-03-13 Thread Tsjerk Wassenaar
Hi, Well, a .pse file indeed is a kind of dump. But it does contain the information, of which most can be extracted. To begin with, it is quite trivial to get a listing of the settings (get) and of the view (get_view). It is also possible to obtain the color per atom, for which code is somewhere