Re: Viewing dynamic output

From: Daniel Barsky <barsky>
Date: Thu 29 Apr 1999 14:49:23 -0700

I like VMD for this.

It's free at http://www.ks.uiuc.edu/Research/vmd/

Probably the easiest way to create movies is to write out your pdb files,
say "a000.pdb a005.pdb a010.pdb" etc., and then type:
> ls -1 a[0-9]*.pdb | awk '{printf"animate read pdb %s\n",$1}' > alist

then run vmd:
> vmd a000.pdb

and in the vmd console:
vmd> play alist

To create animated gif's etc. is very easy; see the above web pages.

Best of luck,
Daniel


_______________________________________________________________________
                         
Daniel Barsky, Ph.D.
Lawrence Livermore National Lab Phone: 925-422-1540 Fax: 925-424-6605
P.O. Box 808, L-452 Secretary: 925-422-6796 (8 to 5 PDT)
7000 East Avenue Email: barsky_at_llnl.gov
Livermore, CA 94550 WWW:
_______________________________________________________________________
Received on Thu Apr 29 1999 - 14:49:23 PDT
Custom Search