Hi Vitaly,

You need to use "scenes":

# define a scene

scene 001, store


# store a scene on the timeline

mview store, scene=001


Add various scenes at various frames and PyMOL will interpolate
movement and representations for you.

Cheers,

-- Jason


On Wed, May 16, 2012 at 7:41 AM, V.V. <vvos...@gmail.com> wrote:
> 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



-- 
Jason Vertrees, PhD
PyMOL Product Manager
Schrödinger, LLC

(e) jason.vertr...@schrodinger.com
(o) +1 (603) 374-7120

------------------------------------------------------------------------------
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