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

Legend:

Unmodified
Added
Removed
  • 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.