Changeset 7322 for trunk


Ignore:
Timestamp:
08/27/05 16:35:34 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7319 r7322  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2005/08/27 Daniela Dorner
     22
     23   * datacenter/scripts/dowebplots:
     24     - excluded files from lapalma for this check, as there's a big
     25       amount of files (this would cause problems with the array in
     26       shell)
     27
     28   * datacenter/scripts/dodatacheck:
     29     - fixed bug in finding rawfile and date of rawfile
     30
     31
    2032
    2133 2005/08/26 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r7277 r7322  
    9898   no=`printf %08d $run | cut -c 0-2`
    9999   no2=`printf %08d $run`
    100    rawfile=`find /magic/data/rawfiles/ -name *${run}*.raw`
     100   rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw`
    101101   echo "rawfile: "$rawfile >> $scriptlog 2>&1
    102    date=`find /magic/data/rawfiles/ -name *$run*.raw | cut -c 22-31`
     102   date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31`
    103103   echo "date: "$date >> $scriptlog 2>&1
    104104   date2=`echo $date | sed -e 's/\//-/g'`
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7321 r7322  
    5757
    5858
    59 rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata'`
     59rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma'`
    6060
    6161if [ "$rootfiles" = "" ]
Note: See TracChangeset for help on using the changeset viewer.