- Timestamp:
- 04/21/06 19:29:58 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7645 r7646 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/04/21 Daniel Hoehne 22 23 * datacenter/scripts/doqualityplots.C, dowebplots.C: 24 - fixed bug in usage of pstoimg 25 26 20 27 21 28 2006/04/13 Thomas Bretz -
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7501 r7646 73 73 mv -v $name.{root,ps} $webpath >> $scriptlog 2>&1 74 74 75 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 76 tempwebplotspath=$webpath/tempqualityplots 77 makedir $tempwebplotspath >> $scriptlog 2>&1 78 75 79 echo "producing png files: " >> $scriptlog 2>&1 76 pstoimg -antialias -flip r270 -density 100 -t ype png -multipage $psfile >> $scriptlog 2>&180 pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1 77 81 82 echo "removing temporary dir..." >> $scriptlog 2>&1 83 rmdir -v $tempwebplotspath >> $scriptlog 2>&1 78 84 79 85 # second part -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7569 r7646 126 126 ./showplot -b --save-as-ps=$psfile $rootfile >> $scriptlog 2>&1 127 127 128 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 129 temppath=`dirname $rootfile` 130 tempwebplotspath=$temppath/tempwebplots 131 makedir $tempwebplotspath >> $scriptlog 2>&1 132 128 133 echo "converting plots to png..." >> $scriptlog 2>&1 129 pstoimg -antialias -flip r270 -density 100 -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1 134 pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1 135 136 echo "removing temporary dir..." >> $scriptlog 2>&1 137 rmdir -v $tempwebplotspath >> $scriptlog 2>&1 130 138 done 131 139
Note:
See TracChangeset
for help on using the changeset viewer.