Index: /trunk/DataCheck/DataCheck/SchedulingPlots.sh
===================================================================
--- /trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 19690)
+++ /trunk/DataCheck/DataCheck/SchedulingPlots.sh	(revision 19691)
@@ -20,10 +20,9 @@
 
 mindate=20111101
-maxdate=20201231
+maxdate=20211231
 
 plot=/home/fact/operation/makeplots
-#schedule=/users/fact/operation/makeschedule
 schedule=/home/fact/operation/makeschedule
-#root=/opt/root_v5.34.10/bin/thisroot.sh
+rcschedule=/home/fact/operation/rc/makeschedule.rc
 
 # creating files for $numdays days (if they don't exist yet)
@@ -49,6 +48,5 @@
          then 
             echo -n " creating "$schedfile"..."
-            echo "$schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null"
-            $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
+            $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null
          else
             echo -n " "$outpath" already done -> continue"
@@ -59,7 +57,5 @@
       echo -n ": creating files..."
       cd $outpath 
-      #echo "$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1"
-      #$plot $date --max-zd=75 --max-current=90 >/dev/null 2>&1
-      /home/fact/operation/makeplots $date --max-zd=75 --max-current=90 >/dev/null 2>&1
+      $plot $date --max-zd=75 --max-current=110 --where "fSourceKey IN (1,2,3,5,6,7,9,12,16,3257)" >/dev/null 2>&1
       files=`ls *.eps`
       for file in $files
@@ -74,5 +70,5 @@
       done
       echo -n "creating "$schedfile" ..."
-      $schedule --config /home/fact/makeschedule_gate.rc --date $date >$schedfile 2>/dev/null
+      $schedule --config $rcschedule --date $date >$schedfile 2>/dev/null
       echo ""
    done
