git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10932 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-11-04 16:14:21 +00:00
parent 1dc726ef16
commit 2353a9d74c
4 changed files with 46 additions and 34 deletions

View File

@ -79,17 +79,12 @@
</UL>
<P><B>Examples:</B>
</P>
<PRE>dump d0 all image 100 dump.*.jpg type type
</PRE>
<PRE>dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6
</PRE>
<PRE>dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720
</PRE>
<PRE>dump m0 all movie 1000 movie.mpg type type size 640 480
</PRE>
<PRE>dump m1 all movie 1000 movie.avi type type size 640 480
</PRE>
<PRE>dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720
<PRE>dump d0 all image 100 dump.*.jpg type type
dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6
dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720
dump m0 all movie 1000 movie.mpg type type size 640 480
dump m1 all movie 1000 movie.avi type type size 640 480
dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720
</PRE>
<P><B>Description:</B>
</P>
@ -105,6 +100,11 @@ below. Other dump styles store snapshots of numerical data asociated
with atoms in various formats, as discussed on the <A HREF = "dump.html">dump</A>
doc page.
</P>
<P>Note that a set of images or a movie can be made after a simulation
has been run, using the <A HREF = "rerun.html">rerun</A> command to read snapshots
from an existing dump file, and using these dump commands in the rerun
script to generate the images/movie.
</P>
<P>Here are two sample images, rendered as 1024x1024 JPG files. Click to
see the full-size images:
</P>

View File

@ -65,11 +65,11 @@ keyword = {adiam} or {atom} or {bond} or {size} or {view} or {center} or {up} or
[Examples:]
dump d0 all image 100 dump.*.jpg type type :pre
dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6 :pre
dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720 :pre
dump m0 all movie 1000 movie.mpg type type size 640 480 :pre
dump m1 all movie 1000 movie.avi type type size 640 480 :pre
dump d0 all image 100 dump.*.jpg type type
dump d1 mobile image 500 snap.*.png element element ssao yes 4539 0.6
dump d2 all image 200 img-*.ppm type type zoom 2.5 adiam 1.5 size 1280 720
dump m0 all movie 1000 movie.mpg type type size 640 480
dump m1 all movie 1000 movie.avi type type size 640 480
dump m2 all movie 100 movie.m4v type type zoom 1.8 adiam v_value size 1280 720 :pre
[Description:]
@ -86,6 +86,11 @@ below. Other dump styles store snapshots of numerical data asociated
with atoms in various formats, as discussed on the "dump"_dump.html
doc page.
Note that a set of images or a movie can be made after a simulation
has been run, using the "rerun"_rerun.html command to read snapshots
from an existing dump file, and using these dump commands in the rerun
script to generate the images/movie.
Here are two sample images, rendered as 1024x1024 JPG files. Click to
see the full-size images:

View File

@ -125,20 +125,22 @@ parameters are relevant to all dump styles.
<HR>
<P>These keywords apply to various dump styles, including the <A HREF = "dump_image.html">dump
image</A> style. The description gives details.
image</A> and <A HREF = "dump_image.html">dump movie</A> styles. The
description gives details.
</P>
<HR>
<P>The <I>append</I> keyword applies to all dump styles except <I>cfg</I> and <I>xtc</I>
and <I>dcd</I>. It also applies only to text output files, not to binary
or gzipped files. If specified as <I>yes</I>, then dump snapshots are
appended to the end of an existing dump file. If specified as <I>no</I>,
then a new dump file will be created which will overwrite an existing
file with the same name. This keyword can only take effect if the
dump_modify command is used after the <A HREF = "dump.html">dump</A> command, but
before the first command that causes dump snapshots to be output,
e.g. a <A HREF = "run.html">run</A> or <A HREF = "minimize.html">minimize</A> command. Once the
dump file has been opened, this keyword has no further effect.
or gzipped or image/movie files. If specified as <I>yes</I>, then dump
snapshots are appended to the end of an existing dump file. If
specified as <I>no</I>, then a new dump file will be created which will
overwrite an existing file with the same name. This keyword can only
take effect if the dump_modify command is used after the
<A HREF = "dump.html">dump</A> command, but before the first command that causes
dump snapshots to be output, e.g. a <A HREF = "run.html">run</A> or
<A HREF = "minimize.html">minimize</A> command. Once the dump file has been opened,
this keyword has no further effect.
</P>
<HR>
@ -381,6 +383,8 @@ box size stored with the snapshot.
</P>
<HR>
<HR>
<P>These keywords apply only to the <A HREF = "dump_image.html">dump image</A> and
<A HREF = "dump_image.html">dump movie</A> styles. Any keyword that affects an
image, also affects a movie, since the movie is simply a collection of

View File

@ -113,20 +113,22 @@ parameters are relevant to all dump styles.
:line
These keywords apply to various dump styles, including the "dump
image"_dump_image.html style. The description gives details.
image"_dump_image.html and "dump movie"_dump_image.html styles. The
description gives details.
:line
The {append} keyword applies to all dump styles except {cfg} and {xtc}
and {dcd}. It also applies only to text output files, not to binary
or gzipped files. If specified as {yes}, then dump snapshots are
appended to the end of an existing dump file. If specified as {no},
then a new dump file will be created which will overwrite an existing
file with the same name. This keyword can only take effect if the
dump_modify command is used after the "dump"_dump.html command, but
before the first command that causes dump snapshots to be output,
e.g. a "run"_run.html or "minimize"_minimize.html command. Once the
dump file has been opened, this keyword has no further effect.
or gzipped or image/movie files. If specified as {yes}, then dump
snapshots are appended to the end of an existing dump file. If
specified as {no}, then a new dump file will be created which will
overwrite an existing file with the same name. This keyword can only
take effect if the dump_modify command is used after the
"dump"_dump.html command, but before the first command that causes
dump snapshots to be output, e.g. a "run"_run.html or
"minimize"_minimize.html command. Once the dump file has been opened,
this keyword has no further effect.
:line
@ -367,6 +369,7 @@ the coordinate would be if it had not been wrapped back into the
periodic box. Note that these coordinates may thus be far outside the
box size stored with the snapshot.
:line
:line
These keywords apply only to the "dump image"_dump_image.html and