Changeset 7320


Ignore:
Timestamp:
08/26/05 23:03:40 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7318 r7320  
    7979   echo "base    : $base" >> $scriptlog 2>&1
    8080   
    81 #   if ls $path/$base-tab*.gif  >> $scriptlog 2>&1
    82 #   then
    83 #      continue
    84 #   fi
    85    
    8681   X=0
    8782   while [ "$X" -le "50" ] >> $scriptlog 2>&1
     
    111106
    112107      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>&1
    114       if ! ls $tabfile$X.ps >> $scriptlog 2>&1
     108      ./showplot -b --save-as-ps=$tabfile --tab=$X $rootfile >> $scriptlog 2>&1
     109      if ! ls $tabfile.ps >> $scriptlog 2>&1
    115110      then
    116111         echo "tab $X doen't exist -> break" >> $scriptlog 2>&1
     
    118113      fi
    119114      echo "converting plots to gif for tab $X..." >> $scriptlog 2>&1
    120       convert -rotate 90 $tabfile$X.ps $tabfile$X.gif >> $scriptlog 2>&1
     115      convert -rotate 90 $tabfile.ps $tabfile.gif >> $scriptlog 2>&1
    121116   done
    122117done
Note: See TracChangeset for help on using the changeset viewer.