From: Seth H. <se...@gm...> - 2008-12-01 23:57:36
|
"Perfect!" he said, fetching the dramamine. For me: set sweep_angle, 50 set sweep_speed, 5 set movie_fps, 1 Now to hook up the voice activated "add water!!!" or "change rotamer!!!" shriek commands to catch it in the split second before the next appears... The few interested parties may also want to bind movie start and stop to function keys as you once explained in the past: cmd.set_key("F11", lambda:cmd.mplay()) cmd.set_key("F12", lambda:cmd.mstop()) Thanks, Warren. Seth On Mon, Dec 1, 2008 at 3:39 PM, DeLano Scientific <de...@de...>wrote: > Seth, > > set sweep_speed, 3.5 > > set movie_fps, 3 > > Cheers, > Warren > > -- > DeLano Scientific LLC > Subscriber Support Services > mailto:su...@de... <su...@de...> > ------------------------------ > *From:* Seth Harris [mailto:se...@gm...] > *Sent:* Monday, December 01, 2008 2:18 PM > *To:* pym...@li... > *Subject:* [PyMOL] y axis rock and mplay frame rate > > Is there a way to modulate the speed and amplitude of the y-axis rocking > that is enabled through the "rock" command and button? I am capable of > scripting my own rocking movie, of course, but in the current usage the > frames are already dedicated to visiting electron density map peaks and I > don't want to overwrite those. Hence the perfect fit for the independent > rock mechanism. Slow and gentle is good for presentations, but I'd like > something more vigorous for rapid peak examination. > > While I'm at it, if I play back the frames as if a movie they whip by quite > rapidly. Is there a way to control in essence the frame rate of the playback > within pymol? Put in some kind of pause/sleep thing? (note having each > single frame persist for multiple frames defeats the purpose here). > > And yes, I have a script as well that goes to each peak, does a little back > and forth dance and goes to the next, but then the cursor keys can't be used > to quickly jump ahead or back several peaks since they too have to step > through all the frames of the dance. > > Hope that's clear! > Thanks, > Seth > |