Index: trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7321)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7322)
@@ -98,7 +98,7 @@
    no=`printf %08d $run | cut -c 0-2`
    no2=`printf %08d $run`
-   rawfile=`find /magic/data/rawfiles/ -name *${run}*.raw`
+   rawfile=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw`
    echo "rawfile: "$rawfile >> $scriptlog 2>&1
-   date=`find /magic/data/rawfiles/ -name *$run*.raw | cut -c 22-31`
+   date=`find /magic/data/rawfiles/ -name *${run}_[D,P,C,S]_*_E.raw | cut -c 22-31`
    echo "date: "$date >> $scriptlog 2>&1
    date2=`echo $date | sed -e 's/\//-/g'`
Index: trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7321)
+++ trunk/MagicSoft/Mars/datacenter/scripts/dowebplots	(revision 7322)
@@ -57,5 +57,5 @@
 
 
-rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata'`
+rootfiles=`find /www/htdocs/datacenter/ -name '*.root' -maxdepth 10 | grep -v '_I_' | grep -v '_Y_' | grep -v 'subsystemdata' | grep -v 'star_lapalma'`
 
 if [ "$rootfiles" = "" ]
