Changeset 9044 for trunk/MagicSoft/Mars/datacenter/scripts
- Timestamp:
- 07/27/08 15:09:59 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r8482 r9044 77 77 78 78 echo "producing png files: " >> $scriptlog 2>&1 79 pstoimg -antialias - flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&179 pstoimg -antialias -aaliastext -interlaced -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1 80 80 81 81 echo "removing temporary dir..." >> $scriptlog 2>&1 -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r8482 r9044 123 123 124 124 echo "converting plots to png..." >> $scriptlog 2>&1 125 pstoimg -antialias - flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1125 pstoimg -antialias -aaliastext -interlaced -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1 126 126 127 127 echo "removing temporary dir..." >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.