Ignore:
Timestamp:
04/21/06 19:29:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7501 r7646  
    7373mv -v $name.{root,ps} $webpath  >> $scriptlog 2>&1
    7474
     75echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1
     76tempwebplotspath=$webpath/tempqualityplots
     77makedir $tempwebplotspath >> $scriptlog 2>&1
     78
    7579echo "producing png files: " >> $scriptlog 2>&1
    76 pstoimg -antialias -flip r270 -density 100 -type png -multipage $psfile >> $scriptlog 2>&1
     80pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage $psfile >> $scriptlog 2>&1
    7781
     82echo "removing temporary dir..." >> $scriptlog 2>&1
     83rmdir -v $tempwebplotspath >> $scriptlog 2>&1
    7884
    7985# second part
Note: See TracChangeset for help on using the changeset viewer.