Changeset 7320 for trunk/MagicSoft/Mars
- Timestamp:
- 08/26/05 23:03:40 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7318 r7320 79 79 echo "base : $base" >> $scriptlog 2>&1 80 80 81 # if ls $path/$base-tab*.gif >> $scriptlog 2>&182 # then83 # continue84 # fi85 86 81 X=0 87 82 while [ "$X" -le "50" ] >> $scriptlog 2>&1 … … 111 106 112 107 echo "producing ps-file with plots for tab $X..." >> $scriptlog 2>&1 113 ./showplot -b --save-as-ps=$tabfile $X--tab=$X $rootfile >> $scriptlog 2>&1114 if ! ls $tabfile $X.ps >> $scriptlog 2>&1108 ./showplot -b --save-as-ps=$tabfile --tab=$X $rootfile >> $scriptlog 2>&1 109 if ! ls $tabfile.ps >> $scriptlog 2>&1 115 110 then 116 111 echo "tab $X doen't exist -> break" >> $scriptlog 2>&1 … … 118 113 fi 119 114 echo "converting plots to gif for tab $X..." >> $scriptlog 2>&1 120 convert -rotate 90 $tabfile $X.ps $tabfile$X.gif >> $scriptlog 2>&1115 convert -rotate 90 $tabfile.ps $tabfile.gif >> $scriptlog 2>&1 121 116 done 122 117 done
Note:
See TracChangeset
for help on using the changeset viewer.