On Wednesday, September 07, 2005, at 12:33PM, Behrooz Khorsandi <[EMAIL PROTECTED]> wrote:
>Dear All, > >I'm writing a code to create a pdb movie file. In this movie, each movie >frame (Model) corresponds to a certain time. Is there anyway to setup >Jmol such that it writes the time of each frame on the Jmol screen >automatically? > >I appreciate your response. > hi Behrooz, is there an overriding reason that you have to leave the Jmol environment? if not, I would strongly recommend using the animation in Jmol - it offers good animation scripting commands and controls, too. if you have to create a 'regular' movie (e.g., mpg or avi), you might try setting each MODEL number to be the time point of that particular model (assuming each time point is an integer). Then you can echo the model number to Jmol: set echo top left font echo 14 serif bold color echo yellow echo "t=%M sec" you could script in delays based on the model number as well, if you wanted an actual time course in your animation, or just use a standard delay value. hth, tim -- Timothy Driscoll molvisions - See. Grasp. Learn. <http://www.molvisions.com/> earth : usa : virginia : blacksburg ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

