Changeset 864 for trunk/UTIL/PYTHON/pp.py
- Timestamp:
- Jan 24, 2013, 12:45:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/pp.py
r822 r864 189 189 #if typefile not in ["meso","mesoapi"]: name = 'pycommand' 190 190 if opt.save == "gui": name = 'pycommand' 191 elif opt.save == "avi": system("mv -f movie*.avi "+name+".avi")192 191 elif opt.save == "html": system("cat $PYTHONPATH/header.html > anim.html ; cat zepics >> anim.html ; cat $PYTHONPATH/body.html >> anim.html ; rm -rf zepics "+name+" ; mkdir "+name+" ; mv anim.html image*png "+name) 193 192 f = open(name+'.sh', 'w')
Note: See TracChangeset
for help on using the changeset viewer.