I had no trouble watching the Jmol movie on my computer, running Windows XP.
-Jennifer





Message: 2
Date: Wed, 1 Oct 2008 12:25:34 -0500
From: "Robert Hanson" <[EMAIL PROTECTED]>
Subject: [Jmol-users] jmol movie
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Question: Can you watch this movie on your machine? If so, how's the
resolution?

http://www.stolaf.edu/people/hansonr/temp/rasraf.avi

It's supposed to be 145 frames of a molecular dynamics calculation. It was
created using the following Jmol script followed by running a program called
VideoMach:

function createFrame
 var fname = "movie_"+_frameID[-2][0] + ".jpg"
 write image 500 500 @fname
end function

function createMovie
 var nframes = {*}.model.max
 for (var i = 1; i <= nframes; i = i + 1)
   frame @i
   createFrame
 end for
end function

createMovie


Bob


--
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


If nature does not answer first what we want,
it is better to take what answer we get.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to