Ignore:
Timestamp:
01/10/06 22:12:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7454 r7460  
    2020#   Author(s): Daniela Dorner  08/2005 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2004
     22#   Copyright: MAGIC Software Development, 2000-2006
    2323#
    2424#
    2525# ========================================================================
    2626#
     27# This script produces the plots from all root-files in the web directory
     28#
     29# After checking, if the script is already running, the plots are produced:
     30# With the programm showplot a ps-file is written, from which the png
     31# files are produced.
    2732#
    2833
     
    4449date >> $scriptlog 2>&1
    4550
     51# check if script is already running
    4652lockfile=$lockpath/lock-dowebplots.txt
    4753date > $lockfile >> $scriptlog 2>&1
     
    6975   exit
    7076fi
    71 
    7277
    7378#produce plots for each rootfile
     
    115120#make sure, that old plots of files, that are already removed from disk,
    116121#  are deleted also in the webdirectory
    117 #this has to be done, as ps and png files are excluded from rsync,
    118 #as rsync is done with --delete option (script /home/operator/condor/webupdate
     122#this has to be done, as ps and png files are excluded from rsync, and
     123#as rsync is done with --delete option (script /home/operator/condor/webupdate)
    119124
    120125#find all directories with plots
Note: See TracChangeset for help on using the changeset viewer.