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.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
-------------------------------------------------------------------------
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
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to