X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=vasp_tools%2Fstdvis;fp=vasp_tools%2Fstdvis;h=12c7cd61651994c7cb8af1bf4f2e854bd4a2302c;hb=88c1733cf107670db154954879b59bc7bb8ce3f2;hp=0000000000000000000000000000000000000000;hpb=0d2f9a11030dff3583104dac5d4dcb9f040a1327;p=physik%2Fposic.git diff --git a/vasp_tools/stdvis b/vasp_tools/stdvis new file mode 100755 index 0000000..12c7cd6 --- /dev/null +++ b/vasp_tools/stdvis @@ -0,0 +1,14 @@ +if [ -z "$1" ]; then + exit +fi + +./visualize -w 640 -h 480 -d $1/video \ + -nll -1.06 -1.06 -1.06 -fur 2.06 2.06 2.06 \ + -b 0.0 0.0 0.0 1.0 1.0 1.0 \ + -c 0.3 -2.5 1.1 -L 0.5 0.5 0.4 \ + -r 0.6 + +./ppm2avi $1/video + +mplayer $1/video/md.avi +