Hello,

Is there a way in Pymol to combine the trajectory with the camera
movement? I load the trajectory, which is a pdb file where each
conformation is represented as a model entry, and call pml script with
the view adjustment commands. If I call the following snippet, the
view is set to "YYY" throughout the playback, and if I precede the
code with "mset 1x100", then only the first state from the trajectory
is taken.

==============
frame 1
set_view(XXX)
mview store

frame 100
set_view(YYY)
mview store
==============

I can probably use "mdo load" and "mdo delete" for loading the
individual states along the trajectory, but maybe there is a more
elegant solution?

Thank you,
Vitaly

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to